// 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:/Users/alexa/Documents/PlatformIO/Projects/FanControl/.pio/build/esp32-c3-devkitm-1/firmware.elf",
            "projectEnvName": "esp32-c3-devkitm-1",
            "toolchainBinDir": "C:/Users/alexa/.platformio/packages/toolchain-riscv32-esp/bin",
            "internalConsoleOptions": "openOnSessionStart",
            "preLaunchTask": {
                "type": "PlatformIO",
                "task": "Pre-Debug"
            }
        },
        {
            "type": "platformio-debug",
            "request": "launch",
            "name": "PIO Debug (skip Pre-Debug)",
            "executable": "C:/Users/alexa/Documents/PlatformIO/Projects/FanControl/.pio/build/esp32-c3-devkitm-1/firmware.elf",
            "projectEnvName": "esp32-c3-devkitm-1",
            "toolchainBinDir": "C:/Users/alexa/.platformio/packages/toolchain-riscv32-esp/bin",
            "internalConsoleOptions": "openOnSessionStart"
        },
        {
            "type": "platformio-debug",
            "request": "launch",
            "name": "PIO Debug (without uploading)",
            "executable": "C:/Users/alexa/Documents/PlatformIO/Projects/FanControl/.pio/build/esp32-c3-devkitm-1/firmware.elf",
            "projectEnvName": "esp32-c3-devkitm-1",
            "toolchainBinDir": "C:/Users/alexa/.platformio/packages/toolchain-riscv32-esp/bin",
            "internalConsoleOptions": "openOnSessionStart",
            "loadMode": "manual"
        }
    ]
}