Increase OTA task stack size to fix crash when supplying a HTTPS URL

This commit is contained in:
Michael Ehrenreich
2026-06-09 01:06:07 +02:00
parent 88bec28a5a
commit 91d6511fe6
+1 -1
View File
@@ -14,7 +14,7 @@
#include "esp_timer.h"
#include "argtable3/argtable3.h"
#define OTA_TASK_STACK_SIZE 2048
#define OTA_TASK_STACK_SIZE 3072
#define OTA_TASK_PRIORITY 20
static const char TAG[] = "OTA";