Skip to content

Commit 6c519c7

Browse files
authoredJun 28, 2019
Create README.md
1 parent f67a3b7 commit 6c519c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# IoTServerFS
2+
IoT Server ESP8266 project using SPIFFS filesystem, websockets and more.
3+
4+
Clone this repository and add a configuration header file to access your wifi:
5+
6+
WifiConfig.h:<br/>
7+
```c
8+
#define ssid "your ssid"
9+
#define password "your password"
10+
```
11+

0 commit comments

Comments
 (0)
Please sign in to comment.