From ea93980795e4a63bae7cdedf134e7b0e5f122dfa Mon Sep 17 00:00:00 2001 From: r4 Date: Sun, 27 Nov 2022 02:07:03 +0100 Subject: [PATCH] fix message --- spybug/cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spybug/cmd.cpp b/spybug/cmd.cpp index 1219e0f..41f2007 100644 --- a/spybug/cmd.cpp +++ b/spybug/cmd.cpp @@ -182,7 +182,7 @@ static void command_loop() { } void cmd() { - printf(F("You are now in command mode. Reset to exit. Type 'help' for a list of commands.\n")); + printf(F("You are now in command mode. Type 'help' for a list of commands.\n")); while (Serial.available()) Serial.read(); while (1) { command_loop();