1
0
forked from me/IronOS

Add short summary messages for settings

This commit is contained in:
Ben V. Brown
2017-07-07 20:47:55 +10:00
parent a9e9fb63bf
commit 03f063cbf2
3 changed files with 109 additions and 76 deletions

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.09", 8); //
OLED_DrawString("VER 1.10", 8); //Version Number
delayMs(800); //Pause to show version number
Start_Watchdog(1000); //start the system watch dog as 1 second timeout
}