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 76bea3b commit dc574cdCopy full SHA for dc574cd
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 = "***REMOVED***";
14
-const char* password = "***REMOVED***";
+const char* ssid = "";
+const char* password = "";
15
16
WiFiServer wifiServer(80);
17
0 commit comments