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.
Currently, we have the
upload_port
key in the PlatformIO config file as alwaysCOM3
. 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.