Initial commit: PI_mikrokontroler changes

This commit is contained in:
2026-05-09 17:52:28 +02:00
committed by Robert Duszkiewicz
parent d668467c81
commit 3dd3565a6e
550 changed files with 153891 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
// 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": "D:/Prod/firmware_adxl345_spi/.pio/build/freenove_esp32_s3_wroom/firmware.elf",
"projectEnvName": "freenove_esp32_s3_wroom",
"toolchainBinDir": "C:/Users/rober/.platformio/packages/toolchain-xtensa-esp32s3/bin",
"internalConsoleOptions": "openOnSessionStart",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "D:/Prod/firmware_adxl345_spi/.pio/build/freenove_esp32_s3_wroom/firmware.elf",
"projectEnvName": "freenove_esp32_s3_wroom",
"toolchainBinDir": "C:/Users/rober/.platformio/packages/toolchain-xtensa-esp32s3/bin",
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "D:/Prod/firmware_adxl345_spi/.pio/build/freenove_esp32_s3_wroom/firmware.elf",
"projectEnvName": "freenove_esp32_s3_wroom",
"toolchainBinDir": "C:/Users/rober/.platformio/packages/toolchain-xtensa-esp32s3/bin",
"internalConsoleOptions": "openOnSessionStart",
"loadMode": "manual"
}
]
}