diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index bf068c922..7dfac0ad1 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -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