Skip to content

Commit 39c5ae2

Browse files
authored
Update WiFi info
1 parent 3a67081 commit 39c5ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Wemos_D1_R32/Wemos_D1_R32.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include <WiFi.h>
99
#include <BalBoaSpa.h>
1010

11-
const char *ssid = "hotchin.net"; // Add your Wifi netowrk name here
12-
const char *passphrase = nullptr; // Add your WiFi password here
11+
const char *ssid = "YourWifiNetworkNameHere"; // Add your Wifi netowrk name here
12+
const char *passphrase = "YourWifiPasswordHere"; // Add your WiFi password here
1313

1414
namespace
1515
{

0 commit comments

Comments
 (0)