1
0
forked from me/IronOS

Fix screen blink

Fixes #56
This commit is contained in:
Ben V. Brown
2017-08-10 17:34:01 +10:00
parent 6c56f98928
commit f0e1498e92
3 changed files with 15 additions and 34 deletions

View File

@@ -76,6 +76,7 @@ void setup() {
resetSettings();
}
}
Start_Watchdog(5000); //start the system watch dog as 5 second timeout
}