esp32 temperature node

This commit is contained in:
2025-10-04 03:03:47 -04:00
parent 9e58899554
commit 93d0cd4886
16 changed files with 3342 additions and 3044 deletions

View File

@@ -1783,7 +1783,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp-idf-lib__i2cdev_unscanned_
rule C_COMPILER____idf_espressif__i2c_bus_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
@@ -1793,7 +1793,7 @@ rule C_COMPILER____idf_esp-idf-lib__i2cdev_unscanned_
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp-idf-lib__i2cdev_
rule C_STATIC_LIBRARY_LINKER____idf_espressif__i2c_bus_
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
@@ -1802,7 +1802,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp-idf-lib__i2cdev_
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp-idf-lib__bmp280_unscanned_
rule C_COMPILER____idf_espressif__bme280_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
@@ -1812,7 +1812,7 @@ rule C_COMPILER____idf_esp-idf-lib__bmp280_unscanned_
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp-idf-lib__bmp280_
rule C_STATIC_LIBRARY_LINKER____idf_espressif__bme280_
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT