esp32 temperature node

This commit is contained in:
2025-10-04 00:04:05 -04:00
parent 2ef41038f1
commit bcba0bde83
2 changed files with 1 additions and 1 deletions

View File

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