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.
This commit is contained in:
torlando-agent[bot]
2026-05-11 09:28:57 -04:00
parent 21b0e964bc
commit 0c9f0e67a9
3 changed files with 2 additions and 175 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [tdeck, tdeck-bluedroid]
environment: [tdeck]
steps:
- name: Checkout repository