Skip to content

Commit

Permalink
Add more sensor codes for libre2 (also add a missing code in wear).
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachi-dar committed May 24, 2023
1 parent 86571be commit 10f2319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ public static SensorType getSensorType(byte[] SensorInfo) {
case 0xe60003:
return SensorType.LibreUS14Day;
case 0x9d0830:
case 0xc50930:
return SensorType.Libre2;
case 0x700010:
return SensorType.LibreProH;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,10 @@ public static SensorType getSensorType(byte[] SensorInfo) {
case 0xa20800:
return SensorType.Libre1New;
case 0xe50003:
case 0xe60003:
return SensorType.LibreUS14Day;
case 0x9d0830:
case 0xc50930:
return SensorType.Libre2;
case 0x700010:
return SensorType.LibreProH;
Expand Down

0 comments on commit 10f2319

Please sign in to comment.