Added loop command to the help command output

This commit is contained in:
dangrain 2025-03-25 18:46:46 +01:00
parent 871430f9b9
commit abcbb754a4

View file

@ -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) {