1
0
forked from me/IronOS

Adds automatic shutdown

Closes #7 .
Adds shutdown feature with settings entry
This commit is contained in:
Ben V. Brown
2017-05-29 11:07:38 +10:00
parent a01cb7a4be
commit 7e1e81cc6f
6 changed files with 42 additions and 6 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.06", 8); //
OLED_DrawString("VER 1.07", 8); //
delayMs(800); //Pause to show version number
Start_Watchdog(1000); //start the system watch dog as 1 second timeout
}