core: detect McLean Extreme dive computer as BLE device

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-07-27 07:50:54 -07:00
parent ff32737157
commit 01d4e59710

View file

@ -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