You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-options are saved when shutdown via options menu
- "eeprom might be invalid" message on startup now only goes away after user enters calibration mode once
Copy file name to clipboardExpand all lines: main.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -822,7 +822,7 @@ int main(void)
822
822
if (((LVM.vars->eeprom_changed!=LVM.version->Fw_version) &&LVM.version->FW_eeprom_changed>LVM.vars->eeprom_changed) ||LVM.vars->eeprom_changed>LVM.version->Fw_version ){
823
823
// DIALOG --> eeprom values might be undefined pls recalibrate
0 commit comments