diff options
-rw-r--r-- | core/btdiscovery.cpp | 3 | ||||
m--------- | libdivecomputer | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index 909c55b23..a90c83520 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -107,6 +107,9 @@ static dc_descriptor_t *getDeviceType(QString btName) } else if (btName == "COSMIQ") { vendor = "Deepblu"; product = "Cosmiq+"; + } else if (btName.startsWith("S1")) { + vendor = "Oceans"; + product = "S1"; } // check if we found a known dive computer diff --git a/libdivecomputer b/libdivecomputer -Subproject 48e46cf7775452740f67ba72d9c5a0960ebf371 +Subproject 6935fe717ac73402c589c2ccc435ad8efd60cd5 |