Merge branch 'dev-esp32-mqtt' into dev-twi

This commit is contained in:
2025-12-10 09:41:41 +01:00
9 changed files with 171 additions and 43 deletions
+2
View File
@@ -1,6 +1,7 @@
idf_component_register(SRCS "./main.cpp"
"./wifi.cpp"
"./i2c.c"
"./mqtt.cpp"
INCLUDE_DIRS "../include"
REQUIRES esp_wifi
nvs_flash
@@ -10,3 +11,4 @@ idf_component_register(SRCS "./main.cpp"
freertos
log
i2c_master)
mqtt)