Skip to content

Commit 3a12112

Browse files
committed
Add a newline character to the call
1 parent 50fc192 commit 3a12112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeatherStationCoreLink/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def reboot():
6363
else:
6464
log("[INFO] Quitting")
6565
ser.readline() #Read the /r character that follows but ignore it
66-
ser.write(bytes(str("BAUD 19200"), "utf8"))
66+
ser.write(bytes(str("BAUD 19200 \n"), "utf8"))
6767
log(ser.readline())
6868

6969
log("[INFO] Connecting to Pusher")

0 commit comments

Comments
 (0)