Skip to content

Commit 1942a8a

Browse files
committed
Correct serial port path
1 parent 4b498a7 commit 1942a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weight_predict/weight_predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def main():
118118

119119
# Set up uart port
120120
esp_uart_port = serial.Serial(
121-
port="dev/ttyTHS1",
121+
port="/dev/ttyTHS1",
122122
baudrate=115200,
123123
bytesize=serial.EIGHTBITS,
124124
parity=serial.PARITY_NONE,

0 commit comments

Comments
 (0)