mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
speed up erase flash
This commit is contained in:
Vendored
+1
-1
@@ -46,7 +46,7 @@
|
||||
"commands": [
|
||||
{
|
||||
"id": "platformio-ide.runPIOCoreCommand",
|
||||
"args": "pio run -t erase -e ${command:platformio-ide.activeEnvironment}"
|
||||
"args": "pio run -t nobuild -t erase -e ${command:platformio-ide.activeEnvironment}"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user