mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 07:10:47 -08:00
Fix exit for google spam
This commit is contained in:
@@ -909,6 +909,9 @@ void CommandLine::runCommand(String input) {
|
||||
Serial.println("Bluetooth not supported");
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
Serial.println("You did not specify a correct spam type");
|
||||
}
|
||||
}
|
||||
}
|
||||
/*else if (cmd_args.get(0) == BT_SOUR_APPLE_CMD) {
|
||||
|
||||
Reference in New Issue
Block a user