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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}"
}
]
},