Refactor DALI component: remove Modbus bridge support, update documentation, and enhance bridge model handling

This commit is contained in:
Tony
2026-05-04 01:19:24 +08:00
parent 307c480aa0
commit 402d6a451b
11 changed files with 76 additions and 388 deletions
-1
View File
@@ -19,7 +19,6 @@ idf_component_register(
"src/color.cpp"
"src/gateway_cloud.cpp"
"src/gateway_provisioning.cpp"
"src/modbus_bridge.cpp"
INCLUDE_DIRS "include"
REQUIRES mqtt cjson nvs_flash
)