Releases: ESPToolKit/esp-worker
Releases · ESPToolKit/esp-worker
v1.0.2
v1.0.1
[1.0.1] - 2025-09-16
Added
- Introduced the
examples/basic_lambda_workersketch covering minimal worker setup and join flow.
Changed
- Simplified
examples/basic_workerandexamples/psram_stackto highlight the core worker and PSRAM patterns.
Fixed
- Prevent workers from freeing their PSRAM-backed stacks while they finalize themselves by deferring cleanup until after
vTaskDeletecompletes.
Documentation
- Documented the wider ESPToolKit library set and polished README diagnostics formatting.
v1.0.0
Full Changelog: https://github.com/ESPToolKit/esp-worker/commits/v1.0.0