diff options
-rw-r--r-- | remote-wheels.ino | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/remote-wheels.ino b/remote-wheels.ino index 616568d..6c4e88a 100644 --- a/remote-wheels.ino +++ b/remote-wheels.ino @@ -12,6 +12,20 @@ void printBanner() { Serial.println(); } +void printHelp() { + Serial.println("print|set ssid"); + Serial.println(" Visualizza o imposta l'SSID del wifi."); + Serial.println(); + + Serial.println("print|set password"); + Serial.println(" Visualizza o imposta la password del wifi."); + Serial.println(); + + Serial.println("print config"); + Serial.println(" Visualizza l'attuale configurazione wifi."); + Serial.println(); +} + void setup() { delay(3000); |