Skip to content

Commit b8c68e9

Browse files
committed
sync with main
1 parent c0a10eb commit b8c68e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
],
519519
"cStandard": "gnu99",
520520
"cppStandard": "gnu++11",
521-
"compilerPath": "/home/nik/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc",
521+
"compilerPath": "/home/nik/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin/xtensa-esp32-elf-gcc",
522522
"compilerArgs": [
523523
"-mlongcalls",
524524
""

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"name": "PIO Debug",
2828
"executable": "/home/nik/git/mural/.pio/build/esp32dev/firmware.elf",
2929
"projectEnvName": "esp32dev",
30-
"toolchainBinDir": "/home/nik/.platformio/packages/toolchain-xtensa-esp32/bin",
30+
"toolchainBinDir": "/home/nik/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin",
3131
"internalConsoleOptions": "openOnSessionStart",
3232
"preLaunchTask": {
3333
"type": "PlatformIO",
@@ -40,7 +40,7 @@
4040
"name": "PIO Debug (skip Pre-Debug)",
4141
"executable": "/home/nik/git/mural/.pio/build/esp32dev/firmware.elf",
4242
"projectEnvName": "esp32dev",
43-
"toolchainBinDir": "/home/nik/.platformio/packages/toolchain-xtensa-esp32/bin",
43+
"toolchainBinDir": "/home/nik/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin",
4444
"internalConsoleOptions": "openOnSessionStart"
4545
},
4646
{
@@ -49,7 +49,7 @@
4949
"name": "PIO Debug (without uploading)",
5050
"executable": "/home/nik/git/mural/.pio/build/esp32dev/firmware.elf",
5151
"projectEnvName": "esp32dev",
52-
"toolchainBinDir": "/home/nik/.platformio/packages/toolchain-xtensa-esp32/bin",
52+
"toolchainBinDir": "/home/nik/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin",
5353
"internalConsoleOptions": "openOnSessionStart",
5454
"loadMode": "manual"
5555
}

0 commit comments

Comments
 (0)