We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8993375 commit 3da18d8Copy full SHA for 3da18d8
servercom/irrx.py
@@ -80,7 +80,7 @@ def receive_the_thing():
80
protocol = decode_line(decoder, pulsein)
81
t_wd.reset()
82
read_length += len(protocol)
83
- if protocol != b"CSMSG/1.0\r\n":
+ if protocol != b"CSMSG/1.1\r\n":
84
print("Potentially unsupported protocol version. Try getting the latest servercom library?")
85
headers = {}
86
buf = b': '
0 commit comments