maxgerhardt / pio-esp32-esp8266-filesystem-downloader

Script for expanding PlatformIO's ability to download LittleFS and SPIFFS filesystems from ESP32 and ESP8266 chips and their contents
35 stars 9 forks source link

Update README.md #13

Closed sylque closed 3 months ago

sylque commented 3 months ago

Modified README.md to explain that adding the extra_script line to the global [env] section doesn't work.

sylque commented 3 months ago

It's working now. Not sure what happened.

maxgerhardt commented 3 months ago

If a specific environment already has an extra_scripts section, then it will indeed not work because the env-local one overshadows it. One would have to use Interpolation in this case.