robgonnella / ardi

Ardi is a command-line tool that helps you manage arduino projects!
GNU General Public License v3.0
12 stars 1 forks source link

Fix issues with auto detection in upload and attach-and-watch #65

Closed robgonnella closed 3 years ago

robgonnella commented 3 years ago

Try to auto detect the board first then fall back to user defined overrides. Also use the absolute filepath when getting base directory name otherwise you can wind up with "." for directory name.

issue #54