1
0
forked from me/IronOS

V1.12 - decreased step size for sensitivity

Collapsed motion being enabled into the motion sensitivity menu. Fixing
#20
More options for the sensitivity as well.
This commit is contained in:
Ben V. Brown
2017-07-11 19:52:29 +10:00
parent 52e3247f7e
commit b793b61bb6
6 changed files with 19 additions and 36 deletions

View File

@@ -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.11", 8); //Version Number
OLED_DrawString("VER 1.12", 8); //Version Number
delayMs(500); //Pause to show version number
Start_Watchdog(1000); //start the system watch dog as 1 second timeout
}