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
@@ -9,6 +9,8 @@
#include "dt1.hpp"
#include "dt8.hpp"
#include "addr.hpp"
#include "gateway_cloud.hpp"
#include "gateway_provisioning.hpp"
#include "color.hpp"
#include "errors.hpp"
#include "log.hpp"