Add BLE detection for the Aqualung i330R and Apeks DSX

Add the Aqualung i330R and Apeks DSX model numbers to the Pelagic
pattern table. These two models also use a new BLE service UUID.

Signed-off-by: Jef Driesen <jef@libdivecomputer.org>
This commit is contained in:
Jef Driesen 2023-11-02 18:48:23 +01:00 committed by Michael Keller
parent 0d69758cac
commit 2a3c0d981f
2 changed files with 4 additions and 1 deletions

View file

@ -35,7 +35,9 @@ static struct modelPattern model[] = {
{ 0x4654, "Oceanic", "Veo 4.0" },
{ 0x4655, "Sherwood", "Wisdom 4" },
{ 0x4656, "Oceanic", "Pro Plus 4" },
{ 0x4743, "Aqualung", "i470TC" }
{ 0x4741, "Apeks", "DSX" },
{ 0x4743, "Aqualung", "i470TC" },
{ 0x4744, "Aqualung", "i330R" },
};
struct namePattern {