Convert to Platform.io

This commit is contained in:
2021-01-22 10:20:00 +00:00
commit cde367c928
8 changed files with 351 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
ESP8266 Busylight
=================
A simple ESP8266 Busylight.
Configuration
-------------
Edit `config.h`, and adjust the following values as needed:
* `LED_TYPE` - 0/1 for Anode/Cathode
* LED Pin numbers
* SSID, and Key
Usage
-----
The ESP8266 runs a simple webserver, and statuses can be changed with simple `GET` calls to `/<status name>`. E.g. `/away`.
The index shows a list of links to the available statuses.
Acknowledgements
----------------
This project is heavily inspired by [David Sword's Busylight](https://davidsword.ca/esp8266-busy-server/) using a NodeMCU ESP8266.