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.
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?