Increase stack size for ESP8266 (#1814)

This commit is contained in:
NonPIayerCharacter
2025-09-29 12:43:40 +03:00
committed by GitHub
parent bbbf490011
commit 843de0c0dd

View File

@ -1145,11 +1145,7 @@ void QuickTick(void* param)
}
#if PLATFORM_ESP8266 || PLATFORM_TR6260
#define QT_STACK_SIZE 1536
#else
#define QT_STACK_SIZE 2048
#endif
////////////////////////////////////////////////////////
// this is the bit which runs the quick tick timer