Skip to content

Commit 4d575a4

Browse files
authored
Merge pull request #2330 from iNavFlight/mmosca-fix-arming-disabled-geozone
Add ARMING_DISABLED_GEOZONE
2 parents 21280f2 + 510cb67 commit 4d575a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

js/gui.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ GUI_control.prototype.updateStatusBar = function() {
224224
'ARMED':(1 << 2),
225225
//'WAS_EVER_ARMED':(1 << 3),
226226
'SIMULATOR_MODE':(1 << 4),
227+
'ARMING_DISABLED_GEOZONE':(1 << 6),
227228
'ARMING_DISABLED_FAILSAFE_SYSTEM':(1 << 7),
228229
'ARMING_DISABLED_NOT_LEVEL':(1 << 8),
229230
'ARMING_DISABLED_SENSORS_CALIBRATING':(1 << 9),
@@ -234,7 +235,7 @@ GUI_control.prototype.updateStatusBar = function() {
234235
'ARMING_DISABLED_ARM_SWITCH':(1 << 14),
235236
'ARMING_DISABLED_HARDWARE_FAILURE':(1 << 15),
236237
'ARMING_DISABLED_BOXFAILSAFE':(1 << 16),
237-
'ARMING_DISABLED_BOXKILLSWITCH':(1 << 17),
238+
//'ARMING_DISABLED_BOXKILLSWITCH':(1 << 17),
238239
'ARMING_DISABLED_RC_LINK':(1 << 18),
239240
'ARMING_DISABLED_THROTTLE':(1 << 19),
240241
'ARMING_DISABLED_CLI':(1 << 20),

0 commit comments

Comments
 (0)