esp32 temperature node

This commit is contained in:
2025-10-04 01:10:10 -04:00
parent 83af845fb6
commit fe1e4e1494
81 changed files with 9075 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Include all cmake modules
include(gcc)
include(gen_compressed_ota)
include(gen_single_bin)
include(package_manager)
include(relinker)