Releases: sinricpro/esp8266-esp32-sdk
Releases · sinricpro/esp8266-esp32-sdk
2.10.3
Version 2.10.2
Fixed Timestamp calculation
Version 2.10.1
- Code cleanup
- Fixed UDP
- Fixed Timestamp issue (#294)
Version 2.10.0
What's Changed
- Updated Build check by @sivar2311 in #253
- WebsocketListener rework by @sivar2311 in #270
- PushNotifications by @sivar2311 in #273
- Moved documentation to its own repository by @sivar2311 in #274
- removed doxygen config by @sivar2311 in #275
- fixed some weird artifact by @sivar2311 in #276
- Push notifications (documentation) by @kakopappa in #280
- Push notifications (documentation) by @kakopappa in #279
Full Changelog: 2.9.16...2.10.0
Version 2.9.16
Fixed:
- Issue in RangeController
For relative changes, onRangeValue was called instead of onAdjustRangeValue.
2.9.15
Version 2.9.14
Fixed: Cannot connect to the server.
Version 2.9.13
- Add "firmwareVersion" websocket header.
- Rename websocket header "version" to "SDKVersion".
Version 2.9.10
Version 2.9.10
- Fixed event limitation in PowerLevelController
- Example "RGB_LED_Stripe_5050.ino" extended to support color temperature
- Example "ACUnit.ino" extended to support onRangeValue / adjustRangeValue
Version 2.9.9
Fixed include instruction in EventLimiter.h (uppercase / lowercase issue)