Skip to content

Commit 75ecac9

Browse files
committed
Add new Shearwater hardware models
After updating the firmware to version 102, the hardware type of the dive computer appears to change as well. This is an unfortunate change, because the model is no longer detected correctly until the table is fully updated.
1 parent c76f25e commit 75ecac9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/shearwater_common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,11 +743,13 @@ shearwater_common_get_model (shearwater_common_device_t *device, unsigned int ha
743743
case 0xC407:
744744
case 0xC964:
745745
case 0x9C64:
746+
case 0x924C:
746747
model = PERDIX2;
747748
break;
748749
case 0x0F0F:
749750
case 0x1F0A:
750751
case 0x1F0F:
752+
case 0x1F1A:
751753
model = TERIC;
752754
break;
753755
case 0x1512:

0 commit comments

Comments
 (0)