Skip to content

Commit

Permalink
update cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
micromouseonline committed Aug 5, 2023
1 parent c12e710 commit f5cfef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mazerunner-core/cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,9 @@ class CommandLineInterface {
*
*/
void help() {
Serial.println(F("W : display maze walls"));
Serial.println(F("X : reset maze"));
Serial.println(F("W : display maze walls"));
Serial.println(F("C : display maze costs"));
Serial.println(F("R : display maze with directions"));
Serial.println(F("B : show battery voltage"));
Serial.println(F("S : show sensor readings"));
Expand Down

0 comments on commit f5cfef2

Please sign in to comment.