diff options
Diffstat (limited to 'remote-wheels.ino')
-rw-r--r-- | remote-wheels.ino | 2 |
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(" ____ _ __ ___ _ "); |