From 551853360ce51f3154767b75d489822da8b88ae8 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Fri, 9 Jun 2017 21:15:53 +1000 Subject: [PATCH] Tested bugfix for menu count being wrong --- workspace/ts100/src/Main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }