We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a67081 commit 39c5ae2Copy full SHA for 39c5ae2
examples/Wemos_D1_R32/Wemos_D1_R32.ino
@@ -8,8 +8,8 @@
8
#include <WiFi.h>
9
#include <BalBoaSpa.h>
10
11
-const char *ssid = "hotchin.net"; // Add your Wifi netowrk name here
12
-const char *passphrase = nullptr; // Add your WiFi password here
+const char *ssid = "YourWifiNetworkNameHere"; // Add your Wifi netowrk name here
+const char *passphrase = "YourWifiPasswordHere"; // Add your WiFi password here
13
14
namespace
15
{
0 commit comments