1
0
forked from me/IronOS

V1.02 Add Thermometer Mode

This commit is contained in:
Ben V. Brown
2017-01-23 19:33:03 +11:00
parent b7e4249d2e
commit b2db129ab8
4 changed files with 33 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ void setup() {
restoreSettings(); //Load settings
if (systemSettings.flipDisplay)
Oled_DisplayFlip();
OLED_DrawString("VER 1.01",8);
OLED_DrawString("VER 1.02",8);
delayMs(800);
Start_Watchdog(1000); //start the system watchdog as 1 seconds timeout
}