Logging and LED initialization sequence

This commit is contained in:
2025-12-01 09:32:16 +01:00
parent 736c0644f2
commit 8b39ff05c9
3 changed files with 102 additions and 30 deletions

View File

@@ -27,10 +27,16 @@ extra_scripts =
post:extra_post.py
lib_ldf_mode = chain
monitor_speed = 115200
# monitor_raw = yes
build_flags =
-D PIO_ENV_BUILD=$PIOENV
-DPIO_ENV_BUILD=$PIOENV
-DBOARD_HAS_PSRAM
-DARDUINO_USB_CDC_ON_BOOT=1
-DCORE_DEBUG_LEVEL=4 # Max. possible loglevel: 0=None, 1=Error, 2=Warning, 3=Info, 4=Debug, 5=Verbose
-DCONFIG_LOG_TX_BUF_SIZE=4096
-std=gnu++17
build_unflags =
-std=gnu++11
[env:esp32-s3-nano]
build_type = release # debug | release