add watchdog handling
This commit is contained in:
@ -28,8 +28,6 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
wdt_reset();
|
||||
|
||||
if (tick.check()) {
|
||||
Serial << "tick" << endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user