BottleBuddy / bottle-buddy-embedded

Bottle Buddy Embedded provides the source code for all the code that lives on the Bottle Buddy device.
0 stars 0 forks source link

Automatically detect what port a developer is using to flash their board #9

Open j-ka11 opened 4 years ago

j-ka11 commented 4 years ago

Currently, we have the upload_port key in the PlatformIO config file as always COM3. This may not always be the case, so we need to figure out a way to automatically detect this. We can start with only worrying about Windows, and extend to Linux and MacOS if we need to.