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