mirror of
https://github.com/SasaKaranovic/winfidel-sensor.git
synced 2026-07-08 17:52:35 +02:00
Removed WiFi password.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user