mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 17:55:24 +03:00
Update src/js/serial_backend.js
As suggested Co-authored-by: haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
777f2b6383
commit
d03cdfc425
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function initializeSerialBackend() {
|
||||||
finishClose(toggleStatus);
|
finishClose(toggleStatus);
|
||||||
}
|
}
|
||||||
|
|
||||||
mspHelper?.setArmingEnabled(true, false, onFinishCallback);
|
mspHelper.setArmingEnabled(true, false, onFinishCallback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue