Bump version 1.04

This commit is contained in:
Ben V. Brown
2017-05-18 21:20:57 +10:00
parent 0ebaab5847
commit 0f3bb4c356

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