From afca45ac5430cf480a270803ebb843c7319a28e8 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 14 Mar 2024 20:10:51 +0100 Subject: Add wifi config --- remote-wheels.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remote-wheels.ino b/remote-wheels.ino index 8f74115..2f1e548 100644 --- a/remote-wheels.ino +++ b/remote-wheels.ino @@ -1,4 +1,6 @@ String VERSION = "0.0.0-alpha.0"; +String wifi_ssid = ""; +String wifi_password = ""; void printBanner() { Serial.println(" ____ _ __ ___ _ "); -- cgit v1.2.3