From 6c53e8d512bccf618197fcb137d47e6f54ba890b Mon Sep 17 00:00:00 2001 From: "Server (Shared Users)" <shmd01.iptime.org> Date: Wed, 4 Dec 2019 10:22:34 +0000 Subject: [PATCH] revise --- RPi_Client/CoAPthon3/piBeacon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPi_Client/CoAPthon3/piBeacon.py b/RPi_Client/CoAPthon3/piBeacon.py index 427b5a2..9b249ed 100644 --- a/RPi_Client/CoAPthon3/piBeacon.py +++ b/RPi_Client/CoAPthon3/piBeacon.py @@ -17,7 +17,7 @@ bct_IBEACONPROFIX = "1E 02 01 1A 1A FF 4C 00 02 15" bct_UUID = " 00 00 00 AC E8 B4 E0 C2 7D 20 B6 11 B6 11 C7 74" bct_MAJOR = "00 01" bct_MINOR = "00 02" -bct_POWER = "CB 00" +bct_POWER = "CE 00" class BeaconEmit(): def __init__(self): self.beacon_TX_config("up") -- GitLab