[ai] Memory Optimizations

This commit is contained in:
2026-01-13 21:54:51 +01:00
parent 6ecb54e5ee
commit 7512e1d94b
3 changed files with 15 additions and 63 deletions

View File

@@ -19,8 +19,8 @@ lib_deps =
monitor_speed = 115200
build_flags =
-Os ; Optimize for size
; -DDEBUG ; Hannabox Debugging
-DCORE_DEBUG_LEVEL=0 ; Disable all debug output
-DDEBUG ; Hannabox Debugging
; -DCORE_DEBUG_LEVEL=0 ; Disable all debug output
; -DARDUINO_LOOP_STACK_SIZE=4096 ; Balanced to avoid stack canary without starving heap
; -DWIFI_TASK_STACK_SIZE=3072 ; Reduce WiFi task stack
; -DARDUINO_EVENT_TASK_STACK_SIZE=2048 ; Reduce event task stack