Skip to content

Commit

Permalink
removed rfu field from EddystoneUIDFrame. fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
citruz committed Aug 25, 2020
1 parent 3f845b4 commit 7fa0ba6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion beacontools/structs/eddystone.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"tx_power" / Int8sl,
"namespace" / Array(10, Byte),
"instance" / Array(6, Byte),
"rfu" / Array(2, Byte)
# commented out because it is not used anyway and there seem to be beacons which
# don't send it at all (see https://github.com/citruz/beacontools/issues/39)
# "rfu" / Array(2, Byte)
)

EddystoneURLFrame = Struct(
Expand Down

0 comments on commit 7fa0ba6

Please sign in to comment.