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

Fix tool path for Espressif32 frameworks 4.X and 5.X #5

Closed foxblock closed 2 years ago

foxblock commented 2 years ago

The environment variable for the tool-mkspiffs changed on recent platform updates With all 3.X versions it was saved under the MKSPIFFSTOOL key For 4.X and 5.X versions it can now be found with the MKFSTOOL key

maxgerhardt commented 2 years ago

Thanks for the fix! 🥳