mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 16:33:04 +08:00
- Created new Zone.Identifier file in components/wifi-connect with ZoneId=3. - Created new Zone.Identifier file in partitions.csv with ZoneId=3.
28 lines
753 B
YAML
28 lines
753 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
## Required IDF version
|
|
idf:
|
|
version: '>=4.1.0'
|
|
# # Put list of dependencies here
|
|
# # For components maintained by Espressif:
|
|
# component: "~1.0.0"
|
|
# # For 3rd party components:
|
|
# username/component: ">=1.0.0,<2.0.0"
|
|
# username2/component2:
|
|
# version: "~1.0.0"
|
|
# # For transient dependencies `public` flag can be set.
|
|
# # `public` flag doesn't have an effect dependencies of the `main` component.
|
|
# # All dependencies of `main` are public by default.
|
|
# public: true
|
|
|
|
|
|
espressif/esp_lvgl_port: ^2.7.0
|
|
|
|
k0i05/esp_ahtxx: ^1.2.7
|
|
espressif/bh1750: ^2.0.0
|
|
espressif/servo: ^0.1.0
|
|
|
|
espressif/mqtt: ^1.0.0
|
|
espressif/cjson: ^1.7.19
|
|
chiehmin/sgp30: ^1.0.0
|