Commit acfe093
fix(scan): match LeaperKim's LK serial-prefix BLE names
The scanner's Veteran filter only knew model tokens (Sherman / Patton /
Abrams / Lynx). Real wheels often advertise as `LK<digits>` — LK20712
(Lynx S), LK19957 (Oryx), LK19486 — with NO model token in the name,
so they were silently filtered out of the wheel-scan list. The user
couldn't even see their LK20712 to tap on.
CompositeWheelAdapter.pickAdapter already routed these to the Veteran
adapter at connect time via the same `^lk\d` / "oryx" / "nosfet" /
"leaperkim" patterns; the scan filter was just out of sync. Aligned
them so anything the adapter picker would accept also shows up in scan.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 8c0d912 commit acfe093
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
128 | 134 | | |
129 | 135 | | |
130 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
131 | 139 | | |
132 | 140 | | |
133 | 141 | | |
| |||
0 commit comments