harden sensor acquisition after audit

This commit is contained in:
Jay
2026-08-17 09:48:05 -04:00
parent f1ac20fb4f
commit b8fe233ba6
11 changed files with 376 additions and 50 deletions
+4 -1
View File
@@ -1,3 +1,7 @@
# Ensure a clean checkout targets the XIAO's ESP32-C3 rather than ESP-IDF's
# default ESP32 target.
CONFIG_IDF_TARGET="esp32c3"
# XIAO ESP32-C3 USB-C connector uses the chip's USB Serial/JTAG console.
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
@@ -6,4 +10,3 @@ CONFIG_FREERTOS_HZ=1000
# The XIAO ESP32-C3 carries 4 MB of flash.
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y