v0.10.0
github-actions
released this
03 Sep 19:41
·
282 commits
to master
since this release
Full Changelog: v0.9.0...v0.10.0
PlatformIO page: LibreTuya v0.10.0
Fixed
- OTA with ESPHome (should work fine with
web_server
;ota
component is still buggy) - mDNS responder (BK7231 crashing, TXT records not visible, etc.)
- writing preferences (FlashDB) to flash on BK7231N
- WiFi on BK7231 (weird behavior, initialization order issues, etc.)
- PWM on BK7231 (not working on N, weird behavior with 0% and 100%)
- prevented vendor SDKs from updating
- made
StreamString
work again - support for
upload_flags
property
Added
- printing full OTA error details
- POSIX
gettimeofday()
andsettimeofday()
implementation - for ESPHometime:
component
Updated
- lwIP to v2.1.3 (external port)