1
0
forked from me/IronOS

Update config and clean up debugging calls

This commit is contained in:
Ben V. Brown
2020-07-28 21:20:36 +10:00
parent 8f395e2294
commit 0b2311e001
6 changed files with 29 additions and 30 deletions

View File

@@ -728,6 +728,10 @@ static void settings_setCalibrateVIN(void) {
case BUTTON_F_LONG:
case BUTTON_B_LONG:
saveSettings();
OLED::setCursor(0, 0);
OLED::printNumber(systemSettings.voltageDiv, 3);
OLED::refresh();
waitForButtonPressOrTimeout(100);
return;
break;
case BUTTON_NONE: