Skip to content

Commit

Permalink
Fix disarm flag elements (betaflight#4030)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jun 17, 2024
1 parent 2c89da9 commit 029c57a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/js/tabs/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,11 @@ setup.initialize = function (callback) {
'NO_GYRO',
'FAILSAFE',
'RX_FAILSAFE',
'BAD_RX_RECOVERY',
'NOT_DISARMED',
'BOXFAILSAFE',
'RUNAWAY_TAKEOFF',
'CRASH_DETECTED', // THROTTLE before 1.42
'CRASH_DETECTED',
'THROTTLE',
'ANGLE',
'BOOT_GRACE_TIME',
'NOPREARM',
Expand Down

0 comments on commit 029c57a

Please sign in to comment.