speed up erase flash

This commit is contained in:
Jason2866
2023-03-21 15:04:22 +01:00
committed by GitHub
parent 11645705e3
commit b71968729f
+1 -1
View File
@@ -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}"
}
]
},