diff --git a/CHANGELOG.md b/CHANGELOG.md index 481317a79..10a5031df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Garmin: correctly parse dive mode - Add support for the Seac Screen and Action - Add support for the Cressi Michelangelo + - Add partial support for the new version of the Aqualung i200C with GI.... version numbers, internally named i200Cv2 --- diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index 982ea2b53..587fe59ab 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -28,7 +28,7 @@ static struct modelPattern model[] = { { 0x4647, "Sherwood", "Sage" }, { 0x4648, "Aqualung", "i300C" }, { 0x4649, "Aqualung", "i200C" }, - { 0x4749, "Aqualung", "i200C" }, + { 0x4749, "Aqualung", "i200Cv2" }, { 0x4651, "Aqualung", "i770R" }, { 0x4652, "Aqualung", "i550C" }, { 0x4653, "Oceanic", "Geo 4.0" },