Added ESP8266HTTPUpdateServer, better than Arduino OTA
This commit is contained in:
parent
ca79367153
commit
f4cf300090
1 changed files with 90 additions and 89 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
const char HOSTNAME[] = "ESP8266_01"; // Friedly hostname
|
||||
|
||||
#define ENABLE_OTA // If defined, enable Arduino OTA code.
|
||||
#define HTTP_OTA // If defined, enable Added ESP8266HTTPUpdateServer
|
||||
//#define ENABLE_OTA // If defined, enable Arduino OTA code.
|
||||
#define ENABLE_MQTT // If defined, enable MQTT client code, see: https://github.com/toblum/McLighting/wiki/MQTT-API
|
||||
// #define ENABLE_BUTTON // If defined, enable button handling code, see: https://github.com/toblum/McLighting/wiki/Button-control
|
||||
|
||||
|
|
Loading…
Reference in a new issue