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

Use argument lists for subprocess calls #7

Closed gh-scndml closed 1 year ago

gh-scndml commented 1 year ago

This one should fix issue #3, maybe even issue #4 (I have no chance to test on Powershell) without introducing the shell vulnerabilities.

maxgerhardt commented 1 year ago

Many thanks for the PR, I will test it locally on Win10 + Powershell when I have access to my board again.

adur1990 commented 1 year ago

I can confirm that this fixes #3 on macOS.