Skip to content

Commit f204205

Browse files
committed
Updated bridge version to 160
1 parent d2f4d99 commit f204205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge/packet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def run(self, data):
9999
call(['/usr/bin/blink-start', '100'])
100100
return chr(2)
101101
call(['/usr/bin/blink-stop'])
102-
return chr(0) + '101' # send the actual bridge version
102+
return chr(0) + '160' # send the actual bridge version
103103

104104
class PacketReader:
105105
def __init__(self, processor):

0 commit comments

Comments
 (0)