diff options
author | Ben V. Brown <[email protected]> | 2017-05-18 21:20:57 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2017-05-18 21:20:57 +1000 |
commit | 0f3bb4c35641aaaa685815c1aa66d4f67596ef75 (patch) | |
tree | df81dc8732098f13ae286b9b266ca046cfe56005 | |
parent | 0ebaab5847e968ac254793b42d5b744dcc7fc464 (diff) | |
download | IronOS-1.04.tar.gz IronOS-1.04.zip |
Bump version 1.04v1.04
-rw-r--r-- | workspace/ts100/src/Main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/ts100/src/Main.c b/workspace/ts100/src/Main.c index 5c8e29b2..6f707f88 100644 --- a/workspace/ts100/src/Main.c +++ b/workspace/ts100/src/Main.c @@ -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
}
|