mirror of
https://codeberg.org/opentrafficmap/its-g5-receiver-firmware.git
synced 2026-06-14 18:20:31 +00:00
Increase OTA task stack size to fix crash when supplying a HTTPS URL
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user