Edited to make AI work

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-07-24 19:47:15 +02:00
parent 702d32292f
commit 27da741005
3 changed files with 5 additions and 6 deletions

View File

@ -13,7 +13,7 @@ fi
blink_led 10 &
if is_auto_mode; then
/usr/local/bin/pwnagotchi --debug
/usr/local/bin/pwnagotchi
else
/usr/local/bin/pwnagotchi --manual --debug
/usr/local/bin/pwnagotchi --manual
fi