Skip to content

Commit

Permalink
adjusted pmIndex for S10 Pro (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Dhom <[email protected]>
  • Loading branch information
mdhom and mdhom authored Nov 28, 2021
1 parent 1b5bb80 commit 743fdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3dc/_e3dc.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _set_serial(self, serial):
self.serialNumberPrefix = 'Q10-'
elif self.serialNumber.startswith("7"):
self.model = "Pro"
self.pmIndex = 0
self.pmIndex = 6
self.pmIndexExt = 1
if not self.serialNumberPrefix:
self.serialNumberPrefix = 'P10-'
Expand Down

0 comments on commit 743fdc2

Please sign in to comment.