Is it possible to send a fresh build directly to an ESP32—dev board from PlatformIO?
I noticed this:
[env:d1_mini_ota]
board = d1_mini
upload_protocol = espota
exchange for your WLED IP
upload_port = “10.10.1.27”
But, I am not using that particular ESP (d1-mini) any longer. Can this line be added into the other boards sections in the platformio.ini file? It’s not an issue, but would speed testing by eliminating the serial USB cable.
Thank you.