a8a82f9627
- 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.
12 lines
354 B
YAML
12 lines
354 B
YAML
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:
|
|
commit_sha: ee66ac9af9bb8edd19ba48fb7b8c52c49dea74d2
|
|
path: components/dali_cpp
|
|
url: https://github.com/tony-cloud/esp-dali-cpp
|
|
version: 0.0.1
|