added: mem spiffs view - to view a file on SPIFFS\n mem spiffs dump - now uses cliparser and NG
This commit is contained in:
@@ -76,7 +76,7 @@ local function main(args)
|
||||
|
||||
if removeflag then
|
||||
print('Deleting file '..filename.. ' from SPIFFS if exists')
|
||||
core.console("mem spiffs remove " ..filename)
|
||||
core.console("mem spiffs remove -f " ..filename)
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user