Correct build info

This commit is contained in:
2025-12-13 12:43:14 +01:00
parent b108d57c12
commit d8a29c30d4
+6 -4
View File
@@ -1,6 +1,7 @@
idf_component_register(SRCS "./main.cpp"
idf_component_register(
SRCS "./main.cpp"
"./wifi.cpp"
"./i2c.c"
"./i2c.cpp"
"./mqtt.cpp"
INCLUDE_DIRS "../include"
REQUIRES esp_wifi
@@ -10,5 +11,6 @@ idf_component_register(SRCS "./main.cpp"
esp_system
freertos
log
i2c_master)
mqtt)
mqtt
esp_driver_i2c
)