Merge pull request from grokbeer/watchdog-reboot

Have watchdog plugin reboot system rather than restart application
This commit is contained in:
Simone Margaritelli 2021-04-18 15:14:59 +02:00 committed by GitHub
commit b6cf510f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,4 +33,4 @@ class Watchdog(plugins.Plugin):
logging.info('[WATCHDOG] Blind-Bug detected. Restarting.')
mode = 'MANU' if agent.mode == 'manual' else 'AUTO'
import pwnagotchi
pwnagotchi.restart(mode=mode)
pwnagotchi.reboot(mode=mode)