* add SW reset

* adds watchdog
This commit is contained in:
tomaszduda23
2022-09-12 16:00:30 +02:00
committed by GitHub
parent 38f2da2e2e
commit fa01d92dde
3 changed files with 9 additions and 0 deletions

View File

@@ -242,6 +242,7 @@ void loop() {
_out.kbd->periodic();
_out.mouse->periodic();
_board->periodic();
# ifdef CMD_SERIAL
static unsigned long last = micros();