Sebastien Vayrette b0abc7a90d fix: Strip OTA and balance-safety code for motor test firmware
Remove all OTA subsystem (gitea_ota, ota_self, uart_ota, ota_display)
and balance-bot safety checks (tilt cutoff, BAL_TILT_FAULT) so the
firmware builds without cJSON/WiFi/HTTP dependencies. Core UART protocol,
VESC CAN drive, differential steering, and PID tuning remain intact.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-19 22:43:24 -04:00

12 lines
181 B
CMake

idf_component_register(
SRCS
"main.c"
"orin_serial.c"
"vesc_can.c"
INCLUDE_DIRS "."
REQUIRES
driver
freertos
esp_timer
)