Skip to content

Commit 0f14b70

Browse files
author
gemi254
committed
Updated v1.1.5
1 parent 5094d04 commit 0f14b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ControlAssist-ConnectionCtrl/ControlAssist-ConnectionCtrl.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#define LOGGER_LOG_LEVEL 5 // Define log level for this module
1414
#include <ControlAssist.h> // Control assist class
1515

16-
const char st_ssid[]="mdk3"; // Put connection SSID here. On empty an AP will be started
17-
const char st_pass[]="2843028858"; // Put your wifi passowrd.
16+
const char st_ssid[]=""; // Put connection SSID here. On empty an AP will be started
17+
const char st_pass[]=""; // Put your wifi passowrd.
1818
unsigned long pingMillis = millis(); // Ping millis
1919
unsigned long disconnMillis = millis(); // Wifi disconnect millis
2020

0 commit comments

Comments
 (0)