I am trying to upload marlin to atmega.
But I have this error, not sure if this is deviot related.
afaik pio does not use upload ports for usb progammers.
I have upload_protocol = usbtiny in my enviroment, but it is still complaining.
Any ideas ?
Configuring upload protocol...
AVAILABLE: usbtiny
CURRENT: upload_protocol = usbtiny
Looking for upload port...
Error: Please specify `upload_port` for environment or use global `--upload-port` option.
For some development platforms it can be a USB flash drive (i.e. /media/<user>/<device name>)
*** [program] Explicit exit, status 1
========================= [FAILED] Took 44.11 seconds =========================
I am trying to upload marlin to atmega. But I have this error, not sure if this is deviot related.
afaik pio does not use upload ports for usb progammers. I have
upload_protocol = usbtiny
in my enviroment, but it is still complaining.Any ideas ?