Migrate to PlatformIO
This commit is contained in:
parent
22dd57d831
commit
729ecb5602
24 changed files with 370 additions and 55 deletions
44
.vscode/launch.json
vendored
Normal file
44
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,44 @@
|
|||
// 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",
|
||||
"executable": "/home/rob/Code/FishTankMonitor/.pio/build/d1_mini_lite/firmware.elf",
|
||||
"projectEnvName": "d1_mini_lite",
|
||||
"toolchainBinDir": "/home/rob/.platformio/packages/toolchain-xtensa/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"preLaunchTask": {
|
||||
"type": "PlatformIO",
|
||||
"task": "Pre-Debug"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (skip Pre-Debug)",
|
||||
"executable": "/home/rob/Code/FishTankMonitor/.pio/build/d1_mini_lite/firmware.elf",
|
||||
"projectEnvName": "d1_mini_lite",
|
||||
"toolchainBinDir": "/home/rob/.platformio/packages/toolchain-xtensa/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
},
|
||||
{
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (without uploading)",
|
||||
"executable": "/home/rob/Code/FishTankMonitor/.pio/build/d1_mini_lite/firmware.elf",
|
||||
"projectEnvName": "d1_mini_lite",
|
||||
"toolchainBinDir": "/home/rob/.platformio/packages/toolchain-xtensa/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"loadMode": "manual"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue