mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
make sure to use actual env
for Upload without build
This commit is contained in:
parent
b71968729f
commit
985149c934
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -21,7 +21,7 @@
|
|||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"id": "platformio-ide.runPIOCoreCommand",
|
"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}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user