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:
Dirk Hohndel 2021-07-19 16:43:14 -07:00
parent 9f277e65ff
commit 2193f09006

View file

@ -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