mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
up
This commit is contained in:
parent
9ccc2d4ff5
commit
8c51e1a518
24 changed files with 1285 additions and 405 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -14,7 +14,7 @@
|
|||
"name": "PIO Debug",
|
||||
"executable": "c:/Users/oem/Documents/PlatformIO/Projects/ESPSomfy-RTS/.pio/build/esp32dev/firmware.elf",
|
||||
"projectEnvName": "esp32devdbg",
|
||||
"toolchainBinDir": "C:/Users/oem/.platformio/packages/toolchain-riscv32-esp/bin",
|
||||
"toolchainBinDir": "C:/Users/oem/.platformio/packages/toolchain-xtensa-esp32/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"preLaunchTask": {
|
||||
"type": "PlatformIO",
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"name": "PIO Debug (skip Pre-Debug)",
|
||||
"executable": "c:/Users/oem/Documents/PlatformIO/Projects/ESPSomfy-RTS/.pio/build/esp32dev/firmware.elf",
|
||||
"projectEnvName": "esp32devdbg",
|
||||
"toolchainBinDir": "C:/Users/oem/.platformio/packages/toolchain-riscv32-esp/bin",
|
||||
"toolchainBinDir": "C:/Users/oem/.platformio/packages/toolchain-xtensa-esp32/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
},
|
||||
{
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"name": "PIO Debug (without uploading)",
|
||||
"executable": "c:/Users/oem/Documents/PlatformIO/Projects/ESPSomfy-RTS/.pio/build/esp32dev/firmware.elf",
|
||||
"projectEnvName": "esp32devdbg",
|
||||
"toolchainBinDir": "C:/Users/oem/.platformio/packages/toolchain-riscv32-esp/bin",
|
||||
"toolchainBinDir": "C:/Users/oem/.platformio/packages/toolchain-xtensa-esp32/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"loadMode": "manual"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue