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

fix: Unable to upload to remote #307

Open pfeerick opened 7 months ago

pfeerick commented 7 months ago

When using pio remote, it appears this code remanent was preventing upload (to a d1_mini target), triggering an "Error: Could not find LD script" error to be shown.

It seems it should have been fixed in https://github.com/platformio/platform-espressif8266/commit/e69a2cb6d1f38f72ff7bff9d87707689b4fef739 but resurfaced at a later date.

Fixes platformio/platformio-core#3580