Tested bugfix for menu count being wrong

This commit is contained in:
Ben V. Brown
2017-06-09 21:15:53 +10:00
parent 711a3e9182
commit 551853360c

View File

@@ -37,7 +37,7 @@ void setup() {
readIronTemp(systemSettings.tempCalibration, 0,0); //load the default calibration value
Init_Oled(systemSettings.flipDisplay); //Init the OLED display
OLED_DrawString("VER 1.07", 8); //
OLED_DrawString("VER 1.08", 8); //
delayMs(800); //Pause to show version number
Start_Watchdog(1000); //start the system watch dog as 1 second timeout
}