Hello, this is my first post here.
I’m appreciate a lot Platform IO but there’s a feature it’s bugging me. I’m trying to disable it without success.
After I compiled and built a project I need to flash many devices with the same code.
All the times I press the “arrow” to flash the ESP32, there’s always a “check-in” phase from the linker and other stuff. It keeps going for 10 seconds or so before it “realizes” that the code has not been touched after last build and finally it starts the upload process.
I understand that 10 seconds are not so much, but let’s say I have 100 devices to flash, as sometimes happens to me. In that case the 10 seconds skyrockets to an overall 1000 seconds = 16-17 min.
It’s a huge waste of time.
So I am wondering if there’s a direct command to skip the “check in” phase. At the end of the day it’s up to me to keep track of compiling and building, and I’d like to have a way to keep for myself that kind of control.
Thank you in advance for any advice.
P.S I just switched to PIO from Arduino because on Arduino flashing process is even worst (recompile and build from scratch every time!) and because I couldn’t stand anymore the Arduino editor.