Skip to content

Commit 274c820

Browse files
author
QuickSander
committed
remove example credentials
1 parent 5e04042 commit 274c820

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ Characteristics
5353
* No external dependencies outside of the standard Arduino framework.
5454
* Object oriented implementation.
5555
* Basic authorization support (initial version by [Tomer-W](https://github.com/tomer-w))
56+

examples/HelloHttp/HelloHttp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <WiFi.h>
1111
#endif
1212

13-
const char* ssid = "shockwave (2.4GHz)";
14-
const char* password = "oz8kY3Pksxc";
13+
const char* ssid = "";
14+
const char* password = "";
1515

1616
WiFiServer wifiServer(80);
1717

0 commit comments

Comments
 (0)