probonopd / ESP8266HueEmulator

Emulate a Philips Hue bridge running on an ESP8266 using the Arduino IDE.
MIT License
411 stars 93 forks source link

Switch to async libraries #29

Open probonopd opened 7 years ago

probonopd commented 7 years ago

In order to improve reliability, we might switch to

#include <ESPAsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <AsyncJson.h>

Pull requests for an async branch welcome.