Skip to content

Commit

Permalink
RxBatt alarms can go up to 13.2V
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis committed May 30, 2014
1 parent a752135 commit 259eafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/menu_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5529,7 +5529,7 @@ void menuModelTelemetry(uint8_t event)
lcd_putsLeft(y, (alarm==0 ? STR_LOWALARM : STR_CRITICALALARM));
putsTelemetryChannel(TELEM_COL2, y, TELEM_RXBATT-1, g_model.rxBattAlarms[alarm], LEFT|attr);
if (attr && (s_editMode>0 || p1valdiff)) {
g_model.rxBattAlarms[alarm] = checkIncDec(event, g_model.rxBattAlarms[alarm], 0, 132, EE_MODEL);
g_model.rxBattAlarms[alarm] = checkIncDec(event, g_model.rxBattAlarms[alarm], 0, 255, EE_MODEL);
}
break;
}
Expand Down

0 comments on commit 259eafc

Please sign in to comment.