OTA support

This commit is contained in:
Indu Prakash
2022-12-25 13:20:39 -06:00
parent 96d70fdf95
commit 2bcb79989b
3 changed files with 142 additions and 24 deletions

View File

@@ -16,6 +16,8 @@
// See: https://github.com/openshwprojects/OpenBK7231T_App/issues/314
#if PLATFORM_BEKEN
#define HTTP_CLIENT_STACK_SIZE 8192
#elif PLATFORM_W600
#define HTTP_CLIENT_STACK_SIZE 4072
#else
#define HTTP_CLIENT_STACK_SIZE 2048
#endif