Skip to content

Commit

Permalink
Update radonreader_old.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ceandre authored Jul 22, 2019
1 parent eed2b57 commit 3728ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radonreader_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def GetRadonValue():
RadonEyeWrite = RadonEyeService.getCharacteristics(uuidWrite)[0]
RadonEyeWrite.write(bytes("\x50"))

# Read from 2nd to 6th byte of 00001525-1212-efde-1523-785feabcd123
# Read from 3rd to 6th byte of 00001525-1212-efde-1523-785feabcd123
if Verbose:
print ("Reading...")
uuidRead = btle.UUID("00001525-1212-efde-1523-785feabcd123")
Expand Down

0 comments on commit 3728ef7

Please sign in to comment.