make sure to use actual `env`

for Upload without build
This commit is contained in:
Jason2866 2023-03-21 16:43:45 +01:00 committed by GitHub
parent b71968729f
commit 985149c934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"commands": [
{
"id": "platformio-ide.runPIOCoreCommand",
"args": "pio run -t nobuild -t factory_flash"
"args": "pio run -t nobuild -t factory_flash -e ${command:platformio-ide.activeEnvironment}"
}
]
},