Logging and LED initialization sequence
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user