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
@@ -31,7 +31,6 @@ build_flags =
${inkhud.build_flags}
-I variants/tlora_t3s3_epaper
-D TLORA_T3S3_EPAPER
-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}