Add cloud bridge and provisioning support for ESP32 gateway

- Introduced DaliCloudBridge for MQTT communication with backend.
- Added GatewayProvisioningStore for persisting cloud connection settings using NVS.
- Updated CMakeLists.txt to include new source files.
- Enhanced README.md with usage examples and configuration details.
This commit is contained in:
Tony
2026-03-31 08:44:30 +08:00
parent 7e8ac7f566
commit a8a82f9627
8 changed files with 531 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
dependencies:
idf: '>=5.1'
espressif/esp-mqtt: '*'
espressif/cjson: '*'
description: ESP DALI CPP library component for ESP-IDF
repository: git://github.com/tony-cloud/esp-dali-cpp.git
repository_info: