From 214b6925bcb0287897e790b2c4331be7ad13cd70 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 22 Jan 2021 11:54:50 +0000 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 186bfd5..de80571 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ ESP8266 Busylight ================= -A simple ESP8266 Busylight. +A simple ESP8266 Busylight, which supports Webserver, MQTT, and Telegram frontends. Configuration ------------- -Edit `config.h`, and adjust the following values as needed: +Copy `config_example.h` in `includes` to `config.h`, and adjust the following values as needed: * `LED_TYPE` - 0/1 for Anode/Cathode * LED Pin numbers * SSID, and Key +* Enable features and configure values as needed. Usage -----