Some more improvements

This commit is contained in:
2026-03-01 08:26:07 +01:00
parent c6394650dc
commit d13c1ef8c1
10 changed files with 952 additions and 90 deletions

View File

@@ -38,6 +38,8 @@ build_flags =
-DCORE_DEBUG_LEVEL=4 # Max. possible loglevel: 0=None, 1=Error, 2=Warning, 3=Info, 4=Debug, 5=Verbose
# -DLOG_LOCAL_LEVEL=5 # No limits for ESP_LOG
-DCONFIG_LOG_TX_BUF_SIZE=8192
# -DHARDWARE_V1
-DHARDWARE_V2
-std=gnu++17
build_unflags =
-std=gnu++11