-
-
Notifications
You must be signed in to change notification settings - Fork 422
Closed
Assignees
Labels
Milestone
@ShyLionTjmn
Description
i have sketch.json:
{ "cpu": { "fqbn": "arduino:avr:pro", "port": "/dev/ttyUSB0" } }
Still, every time i run "arduino-cli upload" i have to add "-p /dev/ttyUSB0" option.
Am i doing something wrong?