more stack for json, more json for mqtt

This commit is contained in:
2024-06-10 23:40:50 +02:00
parent b57eb2513c
commit 4d92e0c2a6
3 changed files with 178 additions and 158 deletions

View File

@@ -1,5 +1,5 @@
# Rust often needs a bit of an extra main task stack size compared to C (the default is 3K)
CONFIG_ESP_MAIN_TASK_STACK_SIZE=25000
CONFIG_ESP_MAIN_TASK_STACK_SIZE=50000
# Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default).
# This allows to use 1 ms granuality for thread sleeps (10 ms by default).