diff options
-rw-r--r-- | remote-wheels.ino | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/remote-wheels.ino b/remote-wheels.ino index 6c4e88a..8f74115 100644 --- a/remote-wheels.ino +++ b/remote-wheels.ino @@ -26,6 +26,13 @@ void printHelp() { Serial.println(); } +void printConfig() { + Serial.println("Configurazione"); + Serial.println(" SSID: <" + wifi_ssid + ">"); + Serial.println(" Password: <" + wifi_password + ">"); + Serial.println(); +} + void setup() { delay(3000); |