6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
# MicroPython project configuration
|
|
# PORT can be: auto, /dev/ttyUSB0, /dev/ttyACM0, id:<serial>, etc.
|
|
PORT=/dev/ttyACM1
|
|
# BAUD is optional - mpremote auto-detects, but can be set for edge cases
|
|
BAUD=115200
|