platform-espressif8266
platform-espressif8266 copied to clipboard
fix: Unable to upload to remote
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