From 7fa0ba691e4880faaa0e37f3f14a1710f24e8bbc Mon Sep 17 00:00:00 2001 From: Felix Seele Date: Tue, 25 Aug 2020 22:17:13 +0200 Subject: [PATCH] removed rfu field from EddystoneUIDFrame. fixes #39 --- beacontools/structs/eddystone.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/beacontools/structs/eddystone.py b/beacontools/structs/eddystone.py index 0b9944c..bca2078 100644 --- a/beacontools/structs/eddystone.py +++ b/beacontools/structs/eddystone.py @@ -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(