Increased stack size, added printf

This commit is contained in:
Indu Prakash
2022-12-26 06:21:02 -06:00
parent 2bcb79989b
commit 643311d9b9
2 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@
#if PLATFORM_BEKEN
#define HTTP_CLIENT_STACK_SIZE 8192
#elif PLATFORM_W600
#define HTTP_CLIENT_STACK_SIZE 4072
#define HTTP_CLIENT_STACK_SIZE 8192
#else
#define HTTP_CLIENT_STACK_SIZE 2048
#endif