mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-05 02:25:38 +00:00
Increase stack size for ESP8266 (#1814)
This commit is contained in:
committed by
GitHub
parent
bbbf490011
commit
843de0c0dd
@ -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
|
||||
|
||||
Reference in New Issue
Block a user