2020-02-01 16:30:53 +00:00
|
|
|
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
|
|
|
|
|
|
|
|
// PIO Unified Debugger
|
|
|
|
//
|
|
|
|
// Documentation: https://docs.platformio.org/page/plus/debugging.html
|
|
|
|
// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
|
|
|
|
|
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "platformio-debug",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "PIO Debug",
|
2020-04-15 21:51:17 +00:00
|
|
|
"executable": "/home/kevinh/development/meshtastic/meshtastic-esp32/.pio/build/tbeam/firmware.elf",
|
|
|
|
"toolchainBinDir": "/home/kevinh/.platformio/packages/toolchain-xtensa32/bin",
|
2020-02-01 16:30:53 +00:00
|
|
|
"preLaunchTask": {
|
|
|
|
"type": "PlatformIO",
|
|
|
|
"task": "Pre-Debug"
|
|
|
|
},
|
|
|
|
"internalConsoleOptions": "openOnSessionStart"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "platformio-debug",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "PIO Debug (skip Pre-Debug)",
|
2020-04-15 21:51:17 +00:00
|
|
|
"executable": "/home/kevinh/development/meshtastic/meshtastic-esp32/.pio/build/tbeam/firmware.elf",
|
|
|
|
"toolchainBinDir": "/home/kevinh/.platformio/packages/toolchain-xtensa32/bin",
|
2020-02-01 16:30:53 +00:00
|
|
|
"internalConsoleOptions": "openOnSessionStart"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|