Skip to content

Commit

Permalink
Merge pull request #2847 from NightscoutFoundation/tzachi-libre2-codes
Browse files Browse the repository at this point in the history
Add more sensor codes for libre2 (also add a missing code in wear).
  • Loading branch information
jamorham authored May 25, 2023
2 parents c466a7b + 10f2319 commit 2e4954e
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 2e4954e

Please sign in to comment.