We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5094d04 commit 0f14b70Copy full SHA for 0f14b70
examples/ControlAssist-ConnectionCtrl/ControlAssist-ConnectionCtrl.ino
@@ -13,8 +13,8 @@
13
#define LOGGER_LOG_LEVEL 5 // Define log level for this module
14
#include <ControlAssist.h> // Control assist class
15
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.
+const char st_ssid[]=""; // Put connection SSID here. On empty an AP will be started
+const char st_pass[]=""; // Put your wifi passowrd.
18
unsigned long pingMillis = millis(); // Ping millis
19
unsigned long disconnMillis = millis(); // Wifi disconnect millis
20
0 commit comments