Skip to content

Commit 3da18d8

Browse files
committed
bump protocol version
1 parent 8993375 commit 3da18d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servercom/irrx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def receive_the_thing():
8080
protocol = decode_line(decoder, pulsein)
8181
t_wd.reset()
8282
read_length += len(protocol)
83-
if protocol != b"CSMSG/1.0\r\n":
83+
if protocol != b"CSMSG/1.1\r\n":
8484
print("Potentially unsupported protocol version. Try getting the latest servercom library?")
8585
headers = {}
8686
buf = b': '

0 commit comments

Comments
 (0)