mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0d69758cac
commit
2a3c0d981f
2 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue