aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-03-14 20:10:51 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-03-14 20:10:51 +0100
commitafca45ac5430cf480a270803ebb843c7319a28e8 (patch)
tree0f3462363a389df53a22636044f4e9f69b6857a7
parent701dabfb34420de69f5131d4ac71936c7814b169 (diff)
downloadremote-wheels-afca45ac5430cf480a270803ebb843c7319a28e8.tar.gz
remote-wheels-afca45ac5430cf480a270803ebb843c7319a28e8.zip
Add wifi config
-rw-r--r--remote-wheels.ino2
1 files changed, 2 insertions, 0 deletions
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(" ____ _ __ ___ _ ");