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