The port used to upload and for the serial monitor is hardcoded inside of the platformio.ini file, which means that people not using windows will have to change it from COM4 to /dev/ttyACM0, or whatever the actual port is, in order to build and upload from source.
The port used to upload and for the serial monitor is hardcoded inside of the platformio.ini file, which means that people not using windows will have to change it from
COM4to/dev/ttyACM0, or whatever the actual port is, in order to build and upload from source.