mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
Added disabling of runaway takeoff prevention.
This commit is contained in:
parent
bf717b27eb
commit
5d760e8735
6 changed files with 55 additions and 31 deletions
|
@ -119,7 +119,8 @@ var serial = {
|
|||
|
||||
case 'break': // This seems to be the error that is thrown under NW.js in Windows when the device reboots after typing 'exit' in CLI
|
||||
case 'device_lost':
|
||||
CONFIG.arming_disabled = false;
|
||||
CONFIG.armingDisabled = false;
|
||||
CONFIG.runawayTakeoffPreventionDisabled = false;
|
||||
|
||||
if (GUI.connected_to || GUI.connecting_to) {
|
||||
$('a.connect').click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue