Skip to content
Snippets Groups Projects
Commit d7c9ce7c authored by Moritz Perschke's avatar Moritz Perschke
Browse files

added folder for dr26 analogue dendro, fixed imports in other libraries

parent 1d34a1af
No related branches found
No related tags found
5 merge requests!39Merge Develop into Main,!19development into master,!17Inital Host, initial Client,!10merge serial comm and sd write into espnow,!2Draft: Read Sensors on ESP32 Client device
{
"name": "ESP32Time",
"version": "2.0.0",
"keywords": "Arduino, ESP32, Time, Internal RTC",
"description": "An Arduino library for setting and retrieving internal RTC time on ESP32 boards",
"repository":
{
"type": "git",
"url": "https://github.com/fbiego/ESP32Time"
},
"authors":
[
{
"name": "fbiego",
"email": "fbiego.fb@gmail.com",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "espressif8266, espressif32"
}
name=ESP32Time
version=2.0.0
author=fbiego
maintainer=fbiego
sentence=Set and retrieve internal RTC time on ESP32 boards.
paragraph=No need for external RTC module or NTP time synchronization.
category=Timing
url=https://github.com/fbiego/ESP32Time
architectures=*
includes=ESP32Time.h
fbiego/ESP32Time@^2.0.0
\ No newline at end of file
This diff is collapsed.
// 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/moritz/Documents/TEAM/sensor-system/host/esp32/.pio/build/esp32-c3-devkitm-1/firmware.elf",
"projectEnvName": "esp32-c3-devkitm-1",
"toolchainBinDir": "/home/moritz/.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": "/home/moritz/Documents/TEAM/sensor-system/host/esp32/.pio/build/esp32-c3-devkitm-1/firmware.elf",
"projectEnvName": "esp32-c3-devkitm-1",
"toolchainBinDir": "/home/moritz/.platformio/packages/toolchain-riscv32-esp/bin",
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "/home/moritz/Documents/TEAM/sensor-system/host/esp32/.pio/build/esp32-c3-devkitm-1/firmware.elf",
"projectEnvName": "esp32-c3-devkitm-1",
"toolchainBinDir": "/home/moritz/.platformio/packages/toolchain-riscv32-esp/bin",
"internalConsoleOptions": "openOnSessionStart",
"loadMode": "manual"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment