From 86dff8291bb047c0541b6527d855d2ccdd887769 Mon Sep 17 00:00:00 2001 From: Sasa Karanovic Date: Sun, 19 May 2024 15:34:34 -0400 Subject: [PATCH] Removed WiFi password. --- Firmware/src/main.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/src/main.ino b/Firmware/src/main.ino index fc21eb8..5e581ab 100644 --- a/Firmware/src/main.ino +++ b/Firmware/src/main.ino @@ -28,7 +28,7 @@ void setup() delay(500); bool res; - res = wifiManager.autoConnect("SK-WInFiDEL-Setup", "letsrock"); + res = wifiManager.autoConnect("SK-WInFiDEL-Setup"); if(!res) { Serial.println("Failed to connect or hit timeout");