Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
creepymonster committed Aug 31, 2023
2 parents d0141b6 + c497d2e commit 80e57cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Content/SensorType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ enum SensorType: String, Codable {
self = .libre1
case 0xA2:
self = .libre1
case 0xE5:
case 0xE5, 0xE6:
self = .libreUS14day
case 0x70:
self = .libreProH
case 0x9D:
case 0x9D, 0xC5:
self = .libre2EU
case 0x76:
self = patchInfo[3] == 0x02 ? .libre2US
Expand Down

0 comments on commit 80e57cd

Please sign in to comment.