Skip to content

Commit da3f34d

Browse files
authored
BEACONCOM version 0x02
Signed-off-by: Joseph Freeston <[email protected]>
1 parent 676e185 commit da3f34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import servercom
99

10-
BEACONCOM_VERSION = b'\x01'
10+
BEACONCOM_VERSION = b'\x02'
1111

1212
ACK = b'\x06'
1313
NAK = b'\x15'

0 commit comments

Comments
 (0)