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 50fc192 commit 3a12112Copy full SHA for 3a12112
WeatherStationCoreLink/main.py
@@ -63,7 +63,7 @@ def reboot():
63
else:
64
log("[INFO] Quitting")
65
ser.readline() #Read the /r character that follows but ignore it
66
-ser.write(bytes(str("BAUD 19200"), "utf8"))
+ser.write(bytes(str("BAUD 19200 \n"), "utf8"))
67
log(ser.readline())
68
69
log("[INFO] Connecting to Pusher")
0 commit comments