🛸 Gitignores build and launch.json
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
.pio
|
.pio
|
||||||
data/
|
data/
|
||||||
www/
|
www/
|
||||||
|
build/
|
||||||
**/.vscode/c_cpp_properties.json
|
**/.vscode/c_cpp_properties.json
|
||||||
|
**/.vscode/launch.json
|
||||||
Vendored
-44
@@ -1,44 +0,0 @@
|
|||||||
// 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": "C:/data/repos/Hardware/Spot_Micro_Leika/esp32/.pio/build/esp32dev/firmware.elf",
|
|
||||||
"projectEnvName": "esp32dev",
|
|
||||||
"toolchainBinDir": "C:/Users/Rune/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart",
|
|
||||||
"preLaunchTask": {
|
|
||||||
"type": "PlatformIO",
|
|
||||||
"task": "Pre-Debug"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "platformio-debug",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "PIO Debug (skip Pre-Debug)",
|
|
||||||
"executable": "C:/data/repos/Hardware/Spot_Micro_Leika/esp32/.pio/build/esp32dev/firmware.elf",
|
|
||||||
"projectEnvName": "esp32dev",
|
|
||||||
"toolchainBinDir": "C:/Users/Rune/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "platformio-debug",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "PIO Debug (without uploading)",
|
|
||||||
"executable": "C:/data/repos/Hardware/Spot_Micro_Leika/esp32/.pio/build/esp32dev/firmware.elf",
|
|
||||||
"projectEnvName": "esp32dev",
|
|
||||||
"toolchainBinDir": "C:/Users/Rune/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart",
|
|
||||||
"loadMode": "manual"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user