1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Disable arming as soon as an RX link is lost

This commit is contained in:
Dan Nixon 2017-07-30 15:48:02 +01:00
parent 94e3273415
commit 312a7d73b9
4 changed files with 23 additions and 2 deletions

View file

@ -32,7 +32,8 @@ static uint32_t enabledSensors = 0;
#if defined(OSD) || !defined(MINIMAL_CLI)
const char *armingDisableFlagNames[]= {
"NOGYRO", "FAILSAFE", "BOXFAILSAFE", "THROTTLE",
"ANGLE", "LOAD", "CALIB", "CLI", "CMS", "OSD", "BST"
"ANGLE", "LOAD", "CALIB", "CLI", "CMS", "OSD", "BST",
"RX LOSS"
};
#endif