mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Fix demo mode
Urgent fix for demo mode
This commit is contained in:
parent
1475b04a4d
commit
63fdfee367
1 changed files with 3 additions and 1 deletions
|
@ -202,7 +202,9 @@ var SITLProcess = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (callback) {
|
||||||
callback( sitlExePath + " " + args.join(" ") + "\n");
|
callback( sitlExePath + " " + args.join(" ") + "\n");
|
||||||
|
}
|
||||||
this.spawn(sitlExePath, args, callback);
|
this.spawn(sitlExePath, args, callback);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue