- 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>
11 lines
219 B
INI
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
|