ESP32C3-ULP/platformio.ini
XPS\Micro c1936e089d Initial ESP32-C3 power measurement firmware
- PlatformIO configuration for esp32-c3-devkitm-1
- Deep sleep cycling firmware with RTC persistence
- Configurable sleep/active durations for PowerProfiler Kit II measurements
- Serial debug output for monitoring boot cycles

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-19 10:45:44 +02:00

11 lines
219 B
INI

[env:esp32-c3-devkitm-1]
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
build_flags =
-DCORE_DEBUG_LEVEL=3
lib_deps =
WiFi