From abcbb754a42c501354da8a8d73c8b2a803ba8a73 Mon Sep 17 00:00:00 2001 From: dangrain Date: Tue, 25 Mar 2025 18:46:46 +0100 Subject: [PATCH] Added `loop` command to the `help` command output --- GrainOS.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/GrainOS.ino b/GrainOS.ino index 5fbed07..0e57ae2 100644 --- a/GrainOS.ino +++ b/GrainOS.ino @@ -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 - calculates command"); Serial.println(" run - Runs a script file"); + Serial.println(" loop - Loops a command the inputted amout of times"); } void calculate(String input) {