Kuhnya Changed IP for MQTT. Added JLed
This commit is contained in:
44
KorMYS/.vscode/launch.json
vendored
Normal file
44
KorMYS/.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": "d:/Projects/Arduino/AHome/KorMYS/.pio/build/uno/firmware.elf",
|
||||
"projectEnvName": "uno",
|
||||
"toolchainBinDir": "C:/Users/lexa-/.platformio/packages/toolchain-atmelavr@1.70300.191015/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"preLaunchTask": {
|
||||
"type": "PlatformIO",
|
||||
"task": "Pre-Debug"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (skip Pre-Debug)",
|
||||
"executable": "d:/Projects/Arduino/AHome/KorMYS/.pio/build/uno/firmware.elf",
|
||||
"projectEnvName": "uno",
|
||||
"toolchainBinDir": "C:/Users/lexa-/.platformio/packages/toolchain-atmelavr@1.70300.191015/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
},
|
||||
{
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (without uploading)",
|
||||
"executable": "d:/Projects/Arduino/AHome/KorMYS/.pio/build/uno/firmware.elf",
|
||||
"projectEnvName": "uno",
|
||||
"toolchainBinDir": "C:/Users/lexa-/.platformio/packages/toolchain-atmelavr@1.70300.191015/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"loadMode": "manual"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user