Zephyr Platform Enhancements, New Blocks & Stability Fixes
Features & Enhancements:
*
Zephyr Platform:
* Added support for new LED pattern and settings initialization blocks.
* Enhanced timer blocks: the
timer stop
block now sets the remaining time, and the
timer start
block accepts expressions.
* Improved button input handling by integrating the input subsystem for keypad and MD buttons.
* Introduced support for Tibbit_08 and Tibbit_16 modules.
Fixes:
*
Zephyr Platform:
* Implemented settings corruption recovery to prevent data corruption.
* Corrected an issue where buttons were not consistently utilizing the input subsystem.
* Refined frequency initialization to be handled exclusively by TIOS.
* Removed legacy LCD graph features specific to the Zephyr environment.
* Resolved issues with the math block.
* Fixed a bug in the table lookup block related to the time field.
*
General:
* Eliminated unnecessary logging for improved clarity.
* Addressed and fixed Playwright simulator test failures.
* Prevented unnecessary scroll-breaking updates in the Device Explorer for a smoother user experience.