diff options
author | Ben V. Brown <[email protected]> | 2017-06-09 21:15:53 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2017-06-09 21:15:53 +1000 |
commit | 551853360ce51f3154767b75d489822da8b88ae8 (patch) | |
tree | 15051636891d5ffb4091e76ed87de314b8ea5fc4 | |
parent | 711a3e9182c8b1589135b754394d07c77523345f (diff) | |
download | IronOS-551853360ce51f3154767b75d489822da8b88ae8.tar.gz IronOS-551853360ce51f3154767b75d489822da8b88ae8.zip |
Tested bugfix for menu count being wrongv1.08
-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 39336017..e96edbf8 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.07", 8); //
+ OLED_DrawString("VER 1.08", 8); //
delayMs(800); //Pause to show version number
Start_Watchdog(1000); //start the system watch dog as 1 second timeout
}
|