Get the unphone to stop bootlooping: increase MAX_THREADS everywhere (#7106)

This commit is contained in:
Jonathan Bennett
2025-06-22 16:59:04 -05:00
committed by GitHub
parent 4308bbc156
commit 247e05bb10
8 changed files with 2 additions and 8 deletions

View File

@@ -32,7 +32,6 @@ build_flags =
${inkhud.build_flags}
-I variants/heltec_vision_master_e213
-D HELTEC_VISION_MASTER_E213
-D MAX_THREADS=40 ; Required if used with WiFi
lib_deps =
${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
${esp32s3_base.lib_deps}