ESP32 SPI/ESP-NOW working; add watch scripts; sender colors RGB

This commit is contained in:
Pi User
2025-10-01 22:56:24 +13:00
parent 1844a2e4c5
commit f9188b694e
87 changed files with 15115 additions and 15204 deletions

View File

@@ -0,0 +1,52 @@
Command: ninja all
Configuration Report
─────────────────────────────────
Parser Version: 1
Verbosity: default
Defaults policy: sdkconfig
Status: Finished successfully
─────────────────────────────────
CMake Warning at /home/pi/esp/esp-idf/tools/cmake/component_validation.cmake:106 (message):
Private include directory
'/home/pi/esp/esp-idf/components/wpa_supplicant/src' belongs to component
wpa_supplicant but is being used by component esp_wifi. It is recommended
to define the component dependency for esp_wifi on the component
wpa_supplicant, i.e. 'idf_component_register(... PRIV_REQUIRES
wpa_supplicant)' in the CMakeLists.txt of esp_wifi, and specify the
included directory as idf_component_register(... PRIV_INCLUDE_DIRS <dir
relative to component>) in the CMakeLists.txt of component wpa_supplicant.
Call Stack (most recent call first):
/home/pi/esp/esp-idf/tools/cmake/component_validation.cmake:130 (__component_validation_check_include_dirs)
/home/pi/esp/esp-idf/CMakeLists.txt:338 (__component_validation_run_checks)
CMake Warning at /home/pi/esp/esp-idf/tools/cmake/component_validation.cmake:106 (message):
Private include directory
'/home/pi/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src' belongs
to component wpa_supplicant but is being used by component esp_wifi. It is
recommended to define the component dependency for esp_wifi on the
component wpa_supplicant, i.e. 'idf_component_register(... PRIV_REQUIRES
wpa_supplicant)' in the CMakeLists.txt of esp_wifi, and specify the
included directory as idf_component_register(... PRIV_INCLUDE_DIRS <dir
relative to component>) in the CMakeLists.txt of component wpa_supplicant.
Call Stack (most recent call first):
/home/pi/esp/esp-idf/tools/cmake/component_validation.cmake:130 (__component_validation_check_include_dirs)
/home/pi/esp/esp-idf/CMakeLists.txt:338 (__component_validation_run_checks)
CMake Warning at /home/pi/esp/esp-idf/tools/cmake/component_validation.cmake:106 (message):
Private include directory
'/home/pi/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include'
belongs to component esp_wifi but is being used by component
wpa_supplicant. It is recommended to define the component dependency for
wpa_supplicant on the component esp_wifi, i.e. 'idf_component_register(...
PRIV_REQUIRES esp_wifi)' in the CMakeLists.txt of wpa_supplicant, and
specify the included directory as idf_component_register(...
PRIV_INCLUDE_DIRS <dir relative to component>) in the CMakeLists.txt of
component esp_wifi.
Call Stack (most recent call first):
/home/pi/esp/esp-idf/tools/cmake/component_validation.cmake:130 (__component_validation_check_include_dirs)
/home/pi/esp/esp-idf/CMakeLists.txt:338 (__component_validation_run_checks)