fix message

This commit is contained in:
r4 2022-11-27 02:07:03 +01:00
parent dac3a33e9e
commit ea93980795
1 changed files with 1 additions and 1 deletions

View File

@ -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();