You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
v1.0.0 - 2025-02-17
Breaking changes:
Rename configuration files to follow consistent naming convention:
ESP_Panel_Board_Custom.h
->esp_panel_board_custom_conf.h
ESP_Panel_Board_Support.h
->esp_panel_board_supported_conf.h
ESP_Panel_Conf.h
->esp_panel_drivers_conf.h
Modernize codebase organization:
Add namespaces for better code organization:
esp_panel::utils
- Utility functions and classesesp_panel::drivers
- Device driversesp_panel::board
- Board driverDeprecate legacy
ESP_Panel*
class names in favor of namespaced versionsAdd external dependency on
esp-lib-utils
libraryAdd support for dynamic board configuration loading at runtime
Enhancements:
Bugfixes:
Full Changelog: v0.2.2...v1.0.0
This discussion was created from the release Release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions