esp32 temperature node

This commit is contained in:
2025-10-04 00:55:51 -04:00
parent e8f71df298
commit 73177e55ac

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "hello_world_main.c" "bme280.c" idf_component_register(SRCS "hello_world_main.c"
PRIV_REQUIRES spi_flash PRIV_REQUIRES spi_flash
INCLUDE_DIRS "") INCLUDE_DIRS "")