Extend AeroAlign with mixed CoG planning and telemetry base

This commit is contained in:
2026-03-11 23:14:33 +01:00
parent 538c3081bf
commit 56890272a0
28 changed files with 1631 additions and 1332 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
;
; Master node hosts:
; - WiFi Access Point (SSID: SkyLogic-AeroAlign)
; - AsyncWebServer with React web UI
; - AsyncWebServer with browser-based web UI
; - ESP-NOW receiver for Slave node data
; - MPU6050/BNO055 IMU driver
;
@@ -55,7 +55,7 @@ monitor_filters = esp32_exception_decoder
; Build flags
build_flags =
-D ARDUINO_USB_CDC_ON_BOOT=1
-D ARDUINO_USB_CDC_ON_BOOT=0
-D CORE_DEBUG_LEVEL=3
-D CONFIG_ASYNC_TCP_RUNNING_CORE=0
-D CONFIG_ASYNC_TCP_USE_WDT=0