Closed egnor closed 3 years ago
Ooh nice catch! Yes this should definitely work the way you described. I'll get this working soon
Updated in new beta version, you can try it out via GO111MODULE=on go get github.com/robgonnella/ardi/v2@v2.3.0-beta.1
Verified works for me! Super awesome. :fireworks:
Closing: Addressed in v2.3.0
(Thanks for ardi! It is exactly what I was planning to write, but already written! 🙏)
If I say
ardi upload mysketch.ino
, and a single board is connected and can be detected, the FQBN is automatically set up:That's nifty and handy. However,
ardi attach-and-watch mysketch.ino
doesn't do this:Be a lot cooler if it did! Especially since
attach-and-watch
is the sort of thing that gets used interactively in a quick way, so it would be nice to minimize what has to be selected to run it.