mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
core/ble: add auto detection for Aladin A2
This way it will be recognized as a dive computer when it is scanned via BLE. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9f277e65ff
commit
2193f09006
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ static struct namePattern name[] = {
|
|||
{ "HUD", "Scubapro", "G2 HUD" },
|
||||
{ "Aladin", "Scubapro", "Aladin Sport Matrix" },
|
||||
{ "A1", "Scubapro", "Aladin A1" },
|
||||
{ "A2", "Scubapro", "Aladin A2" },
|
||||
// Mares dive computers
|
||||
{ "Mares Genius", "Mares", "Genius" },
|
||||
{ "Mares", "Mares", "Quad" }, // we actually don't know and just pick a common one - user needs to fix in UI
|
||||
|
|
Loading…
Add table
Reference in a new issue