mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 16:43:03 +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.
6 lines
175 B
CMake
6 lines
175 B
CMake
idf_component_register(
|
|
SRCS "wifi-connect.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES esp_wifi esp_timer esp_event esp_netif nvs_flash esp_http_server lwip driver
|
|
)
|