From b1e3b31be14a42cc5e0807733b9d17712e517f06 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 14 Mar 2024 20:09:54 +0100 Subject: Add printHelp() function --- remote-wheels.ino | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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); -- cgit v1.2.3