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 995b05e commit a3de96aCopy full SHA for a3de96a
tests/Test-01-TestClient.py
@@ -44,7 +44,7 @@ def on_message(message):
44
client.pascalWrite(5, 5)
45
client.hectoPascalWrite(6, 6)
46
client.accelWrite(7, 7.01, 7.02, -7.03)
47
- client.gpsWrite(8, 27.986065, 86.922623, 29029)
+ client.gpsWrite(8, 27.986065, 86.922623, 8848)
48
49
print("Test receiving commands")
50
client.mqttPublish(client.rootTopic + '/cmd/10', 'senderror,0')
0 commit comments