feat: dual BLE+USB serial — single firmware replaces separate BLE/USB builds

- DualSerialInterface: enable()/disable() control BLE only, USB always on;
  USB state machine not read while BLE connected to avoid partial-frame
  corruption; reset USB on BLE disconnect for clean reconnect
- Fix -UBLE_DEBUG_LOGGING (no space) to avoid PlatformIO SCons parse error
- build.sh: drop separate USB/BLE builds, dual_settings only
- wio-tracker-l1-eink: enable DUAL_SERIAL in companion_radio_ble build

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-05-21 14:16:07 +02:00
co-authored by Claude Sonnet 4.6
parent 7a49584af7
commit 5828600d48
4 changed files with 31 additions and 15 deletions
-2
View File
@@ -231,8 +231,6 @@ build_companion_firmwares() {
}
build_wio_tracker_l1_firmwares() {
build_firmware "WioTrackerL1_companion_radio_usb_settings"
build_firmware "WioTrackerL1_companion_radio_ble_settings"
build_firmware "WioTrackerL1_companion_radio_dual_settings"
}