use KLUK for ap ssid
This commit is contained in:
parent
9b0341bb79
commit
03955c4480
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ void setup() {
|
|||
bool res;
|
||||
// res = wm.autoConnect(); // auto generated AP name from chipid
|
||||
// res = wm.autoConnect("AutoConnectAP"); // anonymous ap
|
||||
res = wm.autoConnect("MoodBox"); // password protected ap
|
||||
res = wm.autoConnect("KLUK"); // password protected ap
|
||||
|
||||
if(!res) {
|
||||
Serial.println("Failed to connect");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue