mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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 <multan.rafal.k@gmail.com>
This commit is contained in:
parent
015ac0e459
commit
46c439c443
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue