diff --git a/RPi_Client/CoAPthon3/piBeacon.py b/RPi_Client/CoAPthon3/piBeacon.py
index 427b5a207b200cb1723c1a264b4577481e943161..9b249ed4e4af5c151ba76e2040fd3f334768c988 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")