mirror of
https://github.com/ruvnet/RuView
synced 2026-07-17 16:33:18 +00:00
83f549d308
- sdkconfig.defaults.devkitc: header build command idf v5.2 -> v5.4 (source needs esp_driver_uart, IDF >=5.3 — same reason the PR fixed the README refs) - engine/lib.rs: separate doc comments — set_room_adapter's ADR-150 adapter/witness doc had merged into set_multistatic_config's doc - ui: apply stored bearer token at api.service.js module load instead of QuickSettings.init — services + dashboard tab dispatch their first /api/v1/* requests before initializeEnhancements() runs, so the first requests on every load went out without the Authorization header - CHANGELOG: Unreleased entries for #1308/#1309/#1310 Co-Authored-By: claude-flow <ruv@ruv.net>
17 lines
970 B
Plaintext
17 lines
970 B
Plaintext
# DevKitC-1 (display-less) production overlay.
|
|
#
|
|
# The stock ESP32-S3-DevKitC-1 has no AMOLED panel, but the ADR-045 runtime
|
|
# probe false-positives on it: with no TCA9554 and floating QSPI pins, the
|
|
# SH8601 init sequence reports success, display_is_active() returns true, and
|
|
# main.c skips the RuView#893 MGMT+DATA promiscuous upgrade — CSI yield
|
|
# collapses to 0 pps (the exact symptom #893 fixed). Compiling display support
|
|
# out makes has_display constant-false so the upgrade always applies.
|
|
#
|
|
# Build (from repo root, per README "Docker — the only reliable method"):
|
|
# MSYS_NO_PATHCONV=1 docker run --rm \
|
|
# -v "$(pwd)/firmware/esp32-csi-node:/project" -w /project \
|
|
# espressif/idf:v5.4 bash -c \
|
|
# "rm -rf build sdkconfig && idf.py -DSDKCONFIG_DEFAULTS='sdkconfig.defaults;sdkconfig.defaults.devkitc' set-target esp32s3 && idf.py -DSDKCONFIG_DEFAULTS='sdkconfig.defaults;sdkconfig.defaults.devkitc' build"
|
|
|
|
# CONFIG_DISPLAY_ENABLE is not set
|