v0.14.1
What's Changed
- fix(keypad input): update keypad input to lvgl v9 by @finger563 in #300
- chore(ci): Only run component builds for changes to components or externals by @finger563 in #302
- feat(lib): Update lib to have espp.cmake and simplify it by @finger563 in #301
- example(task): Add example showing many threads competing to stop a single task by @finger563 in #303
- fix(task): Protect access of thread_ to ensure multiple threads cannot call join() by @finger563 in #304
- feat(timer): Add advanced config reusing Task::BaseConfig by @finger563 in #305
- Update python bindings to add
joystick
,ndef
, andpid
by @finger563 in #306 - fix(display_drivers): Ensure st7789 madctl RGB order bit is always set properly by @finger563 in #307
- fix(rtsp): Fix logic error in rtsp client response parsing by @finger563 in #308
- feat(task): Allow task thread to call stop(); add support for getting task thread id by @finger563 in #309
Full Changelog: v0.14.0...v0.14.1