mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: detect McLean Extreme dive computer as BLE device
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ff32737157
commit
01d4e59710
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ static dc_descriptor_t *getDeviceType(QString btName)
|
|||
} else if (btName.startsWith("S1")) {
|
||||
vendor = "Oceans";
|
||||
product = "S1";
|
||||
} else if (btName.startsWith("McLean Extreme")) {
|
||||
vendor = "McLean";
|
||||
product = "Extreme";
|
||||
}
|
||||
|
||||
// check if we found a known dive computer
|
||||
|
|
Loading…
Add table
Reference in a new issue