Added loop
command to the help
command output
This commit is contained in:
parent
871430f9b9
commit
abcbb754a4
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ void showHelp() { //I think this is fairly self explanatory, but still, making s
|
|||
Serial.println(" help - Displays this help message");
|
||||
Serial.println(" calc <number> <operator> <number> - calculates command");
|
||||
Serial.println(" run <script.gs> - Runs a script file");
|
||||
Serial.println(" loop <number> <command> - Loops a command the inputted amout of times");
|
||||
}
|
||||
|
||||
void calculate(String input) {
|
||||
|
|
Loading…
Add table
Reference in a new issue