From 46c439c44346f72b624c6f1fb715e726dc5f7117 Mon Sep 17 00:00:00 2001 From: rmultan Date: Mon, 25 Nov 2024 22:51:21 +0100 Subject: [PATCH] Bluetooth: Add Mares Sirius to known devices The app already supports Mares Sirius, but user has to allow scanning for unknown devices in app settings. This adds Mares Sirius to known devices. Signed-off-by: rmultan --- core/btdiscovery.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index 6cddd2191..7e947fb0d 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -78,6 +78,7 @@ static struct namePattern name[] = { { "Luna 2.0", "Scubapro", "Luna 2.0" }, // Mares dive computers { "Mares Genius", "Mares", "Genius" }, + { "Sirius", "Mares", "Sirius" }, { "Mares", "Mares", "Quad" }, // we actually don't know and just pick a common one - user needs to fix in UI // Cress dive computers { "CARESIO_", "Cressi", "Cartesio" },