Skip to content

Commit c3ec745

Browse files
committed
Update serial port
1 parent dff8df3 commit c3ec745

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
@@ -12,7 +12,7 @@
1212
THRESHOLD_WEIGHT_PROBABILITY = 30
1313

1414
ESP_SERIAL_PORT = "/dev/ttyTHS1"
15-
PI_SERIAL_PORT = ""
15+
PI_SERIAL_PORT = "/dev/ttyUSB0"
1616

1717
class Slot:
1818

0 commit comments

Comments
 (0)