kash4kev / vscode-esp8266fs

Visual Studio Code extension for ESP8266/ESP32 File System (SPIFFS)
Other
16 stars 11 forks source link

Command ESP8266FS: Pack SPIFFS results in a PARSE ERROR #15

Open AbitEncrypted opened 4 years ago

AbitEncrypted commented 4 years ago

If "esp8266fs.mkspiffs.allFiles" is set to true then mkspiffs.exe fails with PARSE ERROR. This is due to a parameter of '--all-files true' being generated. mkspiffs expect the parameter to be --all-files or blank, the extra 'true' will cause a failure. The workaround is to leave "esp8266fs.mkspiffs.allFiles:" blank or disable the setting in the extension settings.