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 dff8df3 commit c3ec745Copy full SHA for c3ec745
weight_predict/weight_predict.py
@@ -12,7 +12,7 @@
12
THRESHOLD_WEIGHT_PROBABILITY = 30
13
14
ESP_SERIAL_PORT = "/dev/ttyTHS1"
15
-PI_SERIAL_PORT = ""
+PI_SERIAL_PORT = "/dev/ttyUSB0"
16
17
class Slot:
18
0 commit comments