Files
rainbarrel/.vscode/launch (SFConflict ispatel@live.com 2026-06-20-17-21-07).json
T
2026-06-20 17:36:48 -04:00

45 lines
1.9 KiB
JSON

// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
//
// PlatformIO Debugging Solution
//
// Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
// Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
{
"version": "0.2.0",
"configurations": [
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "/home/thebears/Seafile/Designs/ESP/rain_barrel/code/.pio/build/freenove_esp32_s3_wroom/firmware.elf",
"projectEnvName": "freenove_esp32_s3_wroom",
"toolchainBinDir": "/home/thebears/.platformio/packages/toolchain-xtensa-esp32s3/bin",
"internalConsoleOptions": "openOnSessionStart",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/home/thebears/Seafile/Designs/ESP/rain_barrel/code/.pio/build/freenove_esp32_s3_wroom/firmware.elf",
"projectEnvName": "freenove_esp32_s3_wroom",
"toolchainBinDir": "/home/thebears/.platformio/packages/toolchain-xtensa-esp32s3/bin",
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "/home/thebears/Seafile/Designs/ESP/rain_barrel/code/.pio/build/freenove_esp32_s3_wroom/firmware.elf",
"projectEnvName": "freenove_esp32_s3_wroom",
"toolchainBinDir": "/home/thebears/.platformio/packages/toolchain-xtensa-esp32s3/bin",
"internalConsoleOptions": "openOnSessionStart",
"loadMode": "manual"
}
]
}