fix message
This commit is contained in:
parent
dac3a33e9e
commit
ea93980795
@ -182,7 +182,7 @@ static void command_loop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void cmd() {
|
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 (Serial.available()) Serial.read();
|
||||||
while (1) {
|
while (1) {
|
||||||
command_loop();
|
command_loop();
|
||||||
|
Loading…
Reference in New Issue
Block a user