Skip to content

Commit dc574cd

Browse files
author
QuickSander
committed
remove example credentials
1 parent 76bea3b commit dc574cd

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 = "***REMOVED***";
14-
const char* password = "***REMOVED***";
13+
const char* ssid = "";
14+
const char* password = "";
1515

1616
WiFiServer wifiServer(80);
1717

0 commit comments

Comments
 (0)