Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 255 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 255 Bytes

IoTServerFS

IoT Server ESP8266 project using SPIFFS filesystem, websockets and more.

Clone this repository and add a configuration header file to access your wifi:

WifiConfig.h:

#define ssid "your ssid"
#define password "your password"