Releases: esp-admin/sdk
Releases Β· esp-admin/sdk
v2.0.1
v2.0.0
v1.4.3
π₯ Performance
- Store static log messages in Flash (4822153)
π©Ή Fixes
- HTTP: Correctly set response buffer size (b6c6eb5)
- Logger: Correctly set message buffer size (757eeac)
- OTA: Close HTTP connection before sending update status (00a56ed)
π‘ Chore
β€οΈ Contributors
- Becem-gharbi becem.gharbi@live.com
v1.4.2
π©Ή Fixes
- Update: Avoid sending duplicate progress values (53232b7)
π‘ Chore
- Bump version (4ea06b6)
β€οΈ Contributors
- Becem-gharbi becem.gharbi@live.com
v1.4.1
π₯ Performance
- Store static log messages in Flash (8c07d9b)
π Refactors
- HTTP: Refactor
get
(f117373) - HTTP: Refactor
post
(a55eb1d) - MQTT: Refactor
connect
(67f8872) - MQTT: Refactor
_onEvent
(2dd3998) - NVS: Refactor
getString
(1de636f) - NVS: Refactor
setString
(1f789a4) - OTA: Refactor
_task
(69a24ad) - Logger: Do not specify data type (d5fc4d7)
π‘ Chore
β€οΈ Contributors
- Becem-gharbi becem.gharbi@live.com
v1.4.0
π Enhancements
- OTA: Publish progress on
device/+/report/update_progress
(8b86b72) - Update: Add abort option (abfb73c)
π₯ Performance
- OTA: Avoid running ota task when connection failed (832f489)
π©Ή Fixes
- OTA: Set initial progress state to
0
(256cd2f) - Update: Avoid progress calculation when image size unknown (991e0f0)
π Refactors
π‘ Chore
β€οΈ Contributors
- Becem-gharbi becem.gharbi@live.com
v1.3.0
β οΈ About
This release introduces a change on initialization API to add more configuration options. (docs)
π Enhancements
- Set internal config options on initialization (#1)
π©Ή Fixes
- log: Set default message max size locally (b34f214)
π Refactors
- Increase log message max size (1d9a41a)
π‘ Chore
β€οΈ Contributors
- Becem-gharbi becem.gharbi@live.com
v1.2.3
π Refactors
- MQTT: Create a
publish
overload (2a1b853)
π‘ Chore
- library.json: Bump version (46c308b)
β€οΈ Contributors
- Becem-gharbi becem.gharbi@live.com
v1.2.2
π©Ή Fixes
- NVS: Return empty string when nvs_get_str failed (5bbf722)
- HTTP: Initialize response buffers (1a5d5ff)
π Refactors
- Command: Increase _onUpdate document size (73b23ce)
- HTTP: Increase response buffer size (b49ad82)
- MQTT: Increase stack size (a616157)
π‘ Chore
- Sync library.json (ff44570)
β€οΈ Contributors
- Becem-gharbi becem.gharbi@live.com
v1.2.1
π©Ή Fixes
- Store: Disable remote logging by default (83b178b)
π‘ Chore
- examples: Add lvgl example (2ea8a5e)
β€οΈ Contributors
- Becem-gharbi becem.gharbi@live.com