mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-12 19:10:21 +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 = {
|
|||
}
|
||||
}
|
||||
|
||||
callback( sitlExePath + " " + args.join(" ") + "\n");
|
||||
if (callback) {
|
||||
callback( sitlExePath + " " + args.join(" ") + "\n");
|
||||
}
|
||||
this.spawn(sitlExePath, args, callback);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue