Rainmaker Table lights

This commit is contained in:
2025-06-28 04:51:40 -04:00
parent 904660c9f4
commit 265ccaa3e3
9 changed files with 1416 additions and 3643 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,6 +14,9 @@
# EXTERNAL cache entries # EXTERNAL cache entries
######################## ########################
//No help, variable specified on the command line.
CCACHE_ENABLE:UNINITIALIZED=0
//Path to a program. //Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line CMAKE_ADDR2LINE:FILEPATH=/home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line
@@ -346,6 +349,9 @@ Mbed TLS_IS_TOP_LEVEL:STATIC=OFF
//Value Computed by CMake //Value Computed by CMake
Mbed TLS_SOURCE_DIR:STATIC=/home/alex/esp/v5.4.1/esp-idf/components/mbedtls/mbedtls Mbed TLS_SOURCE_DIR:STATIC=/home/alex/esp/v5.4.1/esp-idf/components/mbedtls/mbedtls
//No help, variable specified on the command line.
PYTHON:UNINITIALIZED=/home/alex/.espressif/python_env/idf5.4_py3.13_env/bin/python
//No help, variable specified on the command line. //No help, variable specified on the command line.
PYTHON_DEPS_CHECKED:UNINITIALIZED=1 PYTHON_DEPS_CHECKED:UNINITIALIZED=1

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
f22383f50f0ef3a2a3009c31770ecb1d613ee61d 904660c9f4fd3325318fc0d779ae1c10e3e6128c

View File

@@ -0,0 +1,2 @@
ESP Insights Project commit: ESP32-Node_Switch-v2.7-6848-g904660c9f-dirty
ESP RainMaker Project commit: d0d0e27

View File

@@ -0,0 +1,3 @@
Server running, waiting for requests on stdin...
Loading config from /home/alex/github/ESP-Nodes/RainMaker_Table-Lights/sdkconfig...
Saving config to /home/alex/github/ESP-Nodes/RainMaker_Table-Lights/sdkconfig...

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -289,7 +289,7 @@ CONFIG_IDF_TOOLCHAIN_GCC=y
CONFIG_IDF_TARGET_ARCH_RISCV=y CONFIG_IDF_TARGET_ARCH_RISCV=y
CONFIG_IDF_TARGET_ARCH="riscv" CONFIG_IDF_TARGET_ARCH="riscv"
CONFIG_IDF_TARGET="esp32c3" CONFIG_IDF_TARGET="esp32c3"
CONFIG_IDF_INIT_VERSION="5.4.1" CONFIG_IDF_INIT_VERSION="$IDF_INIT_VERSION"
CONFIG_IDF_TARGET_ESP32C3=y CONFIG_IDF_TARGET_ESP32C3=y
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005 CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005