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
@ -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…
x
Reference in New Issue
Block a user