Skip to content

Commit 275997b

Browse files
authored
Update Basic.ino
1 parent 647a9ae commit 275997b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/Basic/Basic.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
AsyncWebServer server(80);
2222

23-
const char* ssid = "TheBrain"; // Your WiFi SSID
24-
const char* password = "kimberley"; // Your WiFi Password
23+
const char* ssid = "YOUR_SSID"; // Your WiFi SSID
24+
const char* password = "YOUR_PASSWORD"; // Your WiFi Password
2525

2626
// Handle any incoming messages
2727
void messageReceived(const uint8_t *data, size_t len){

0 commit comments

Comments
 (0)