Closed TricksterSam closed 10 months ago
If you're using the Default build target, it's probably building 4 or 5 targets in a row, which is useful for continuous integration and preparing releases.
You'll want to pick a specific build target config like pewpewpew
or main
. Refer to the platformio.ini
file
Perfect. Thanks!
I'm using PlatformIO in Visual Studio. When I compile the code, it looks to me like the compile process is happening 3 or 4 times. If I flash the Ornament and Crime, it also seems to repeat the flash 3 or 4 times. Any hint as to why it might be doing this?