aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-03-14 20:09:54 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-03-14 20:09:54 +0100
commitb1e3b31be14a42cc5e0807733b9d17712e517f06 (patch)
treebd35462ec3948a310923df6888efcb038bb0590a
parent15ccaea1b6ae4796c9698b5be2a798a53ef987a9 (diff)
downloadremote-wheels-b1e3b31be14a42cc5e0807733b9d17712e517f06.tar.gz
remote-wheels-b1e3b31be14a42cc5e0807733b9d17712e517f06.zip
Add printHelp() function
-rw-r--r--remote-wheels.ino14
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);