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 5e04042 commit 274c820Copy full SHA for 274c820
README.md
@@ -53,3 +53,4 @@ Characteristics
53
* No external dependencies outside of the standard Arduino framework.
54
* Object oriented implementation.
55
* Basic authorization support (initial version by [Tomer-W](https://github.com/tomer-w))
56
+
examples/HelloHttp/HelloHttp.cpp
@@ -10,8 +10,8 @@
10
#include <WiFi.h>
11
#endif
12
13
-const char* ssid = "shockwave (2.4GHz)";
14
-const char* password = "oz8kY3Pksxc";
+const char* ssid = "";
+const char* password = "";
15
16
WiFiServer wifiServer(80);
17
0 commit comments