Merge from main branch

This commit is contained in:
2024-06-09 09:38:43 +03:00
parent 961e4d6d32
commit 3bd8d08ce6
4 changed files with 15 additions and 4 deletions

View File

@ -50,7 +50,7 @@
#define MAC_STR "%02X-%02X-%02X-%02X-%02X-%02X"
#define ZH_MESSAGE_TASK_PRIORITY 2 // Prioritize the task of sending messages to the MQTT.
#define ZH_MESSAGE_STACK_SIZE 2048 // The stack size of the task of sending messages to the MQTT.
#define ZH_MESSAGE_STACK_SIZE 3072 // The stack size of the task of sending messages to the MQTT.
#define ZH_SNTP_TASK_PRIORITY 2 // Prioritize the task to get the current time.
#define ZH_SNTP_STACK_SIZE 2048 // The stack size of the task to get the current time.
#define ZH_OTA_TASK_PRIORITY 3 // Prioritize the task of OTA updates.