From 7ff1683ec92fc22c4b0dceb6c75491aa83d8017f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 13 Jun 2022 03:31:21 +0000 Subject: [PATCH] BLE: add newer model for Aqualung i200C At least one user has an i200C that shows a GI.... serial number and BLE name. Signed-off-by: Dirk Hohndel --- core/btdiscovery.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index 583c8541e..982ea2b53 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -28,6 +28,7 @@ static struct modelPattern model[] = { { 0x4647, "Sherwood", "Sage" }, { 0x4648, "Aqualung", "i300C" }, { 0x4649, "Aqualung", "i200C" }, + { 0x4749, "Aqualung", "i200C" }, { 0x4651, "Aqualung", "i770R" }, { 0x4652, "Aqualung", "i550C" }, { 0x4653, "Oceanic", "Geo 4.0" },