You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
942 B
942 B
fauxmoESP change log
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[2.1.0] 2017-02-15
Added
- ESPAsyncWebServer to manage TCP connections
Fixed
- Memory leaks in UDP and TCP connections
[2.0.0] 2017-01-05
Added
- Different discovery strategies to maximize device discovery
- UDP polling required (call handle() in your loop)
Changed
onMessagecallback signature changed to add device_id
Removed
- Removed dependency on ESPAsyncUDP for compatibility with current stable release of Arduino Code for ESP8266
[1.0.0] 2016-11-26
Added
- Support for multiple virtual devices
Changed
onMessagecallback signature has changed to allow passing the device name
Deprecated
setDeviceNameno longer exists, useaddDeviceinstead
[0.1.0] 2016-11-21
- Initial working version