platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
320 stars 218 forks source link

Issue with multiple targets #296

Open fabianoriccardi opened 1 year ago

fabianoriccardi commented 1 year ago

If I run

pio run -t clean -t upload -t uploadfs -t monitor

it uploads 2 times the fs, but no firmware! Clean and monitor are executed properly.

If I run

pio run -t clean -t upload -t monitor

it uploads the firmware as expected.

pio --version gives 6.1.7b2 on Windows 10, Visual Studio Code.

Originally posted by @fabianoriccardi in https://github.com/platformio/platformio-core/issues/4604#issuecomment-1522419188