Files
torlando-agent[bot] 0c9f0e67a9 fix: actually stage the M-files for the bluedroid drop
Companion to 21b0e96 which deleted BluedroidPlatform.{cpp,h} but
missed staging the three edited files that complete the cleanup:

  - platformio.ini: remove the [env:tdeck-bluedroid] env block.
  - .github/workflows/build-check.yml: drop tdeck-bluedroid from
    the CI matrix.
  - lib/ble_interface/BLEPlatform.cpp: drop the
    USE_BLUEDROID-gated factory branches.

Same `git add` short-arg trap as the eridanus mishap earlier today
— specifying non-existent paths aborts the add before reaching the
M-file paths. Mental-model fix: stage M-files in a separate `git add`
from the staged-deletes.
2026-05-11 09:28:57 -04:00
..