Skip to content

Commit

Permalink
Bump version 1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed May 18, 2017
1 parent 0ebaab5 commit 0f3bb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/ts100/src/Main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 0f3bb4c

Please sign in to comment.