Correct build info
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
idf_component_register(SRCS "./main.cpp"
|
idf_component_register(
|
||||||
"./wifi.cpp"
|
SRCS "./main.cpp"
|
||||||
"./i2c.c"
|
"./wifi.cpp"
|
||||||
"./mqtt.cpp"
|
"./i2c.cpp"
|
||||||
INCLUDE_DIRS "../include"
|
"./mqtt.cpp"
|
||||||
REQUIRES esp_wifi
|
INCLUDE_DIRS "../include"
|
||||||
nvs_flash
|
REQUIRES esp_wifi
|
||||||
esp_pm
|
nvs_flash
|
||||||
esp_hw_support
|
esp_pm
|
||||||
esp_system
|
esp_hw_support
|
||||||
freertos
|
esp_system
|
||||||
log
|
freertos
|
||||||
i2c_master)
|
log
|
||||||
mqtt)
|
mqtt
|
||||||
|
esp_driver_i2c
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user