Primary code entry points
src/main.cpp: startup sequence, Wi-Fi policy, API wiring, task bring-up.src/functions/can/can_bus.cpp: bus abstraction and transmit/receive role mapping.src/functions/can/can_rx.cpp: decode loops, mapped fallback behavior, frame flow.src/functions/can/lock_data.cpp: Haldex-facing frame mutation path for inline operation.src/functions/core/calcs.cpp: lock target calculations and gating.src/functions/api/api.cpp: endpoint contracts and mutator behavior.src/functions/storage/storage.cpp: persistence and defaults.data/ui-dev/app.js: current UI source of interaction behavior.