Skip to content

Commit

Permalink
Some configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
red-scorp committed Jan 7, 2024
1 parent 78ad2d7 commit 7ce8624
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "d:/SRC/ag-panel/.pioenvs/uno/firmware.elf",
"executable": "D:/SRC/ag-panel/.pioenvs/uno/firmware.elf",
"projectEnvName": "uno",
"toolchainBinDir": "C:/Users/AG/.platformio/packages/toolchain-atmelavr@1.70300.191015/bin",
"toolchainBinDir": "C:/Users/AG/.platformio/packages/toolchain-atmelavr/bin",
"internalConsoleOptions": "openOnSessionStart",
"preLaunchTask": {
"type": "PlatformIO",
Expand All @@ -25,18 +25,18 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "d:/SRC/ag-panel/.pioenvs/uno/firmware.elf",
"executable": "D:/SRC/ag-panel/.pioenvs/uno/firmware.elf",
"projectEnvName": "uno",
"toolchainBinDir": "C:/Users/AG/.platformio/packages/toolchain-atmelavr@1.70300.191015/bin",
"toolchainBinDir": "C:/Users/AG/.platformio/packages/toolchain-atmelavr/bin",
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "d:/SRC/ag-panel/.pioenvs/uno/firmware.elf",
"executable": "D:/SRC/ag-panel/.pioenvs/uno/firmware.elf",
"projectEnvName": "uno",
"toolchainBinDir": "C:/Users/AG/.platformio/packages/toolchain-atmelavr@1.70300.191015/bin",
"toolchainBinDir": "C:/Users/AG/.platformio/packages/toolchain-atmelavr/bin",
"internalConsoleOptions": "openOnSessionStart",
"loadMode": "manual"
}
Expand Down

0 comments on commit 7ce8624

Please sign in to comment.