From 2193f09006ecbc6024346f9092cbb6ea17d286ab Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 19 Jul 2021 16:43:14 -0700 Subject: 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 --- core/btdiscovery.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index 0037aba66..2ff91a007 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -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 -- cgit v1.2.3-70-g09d2