mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-25 01:59:17 +08:00
feat(task): Change all tasks size 4 times the original
This commit is contained in:
@ -51,7 +51,7 @@ const int CONNECTED_BIT = 1<<0;
|
||||
#define MQTT_PORT 1883 /* MQTT Port*/
|
||||
|
||||
#define MQTT_CLIENT_THREAD_NAME "mqtt_client_thread"
|
||||
#define MQTT_CLIENT_THREAD_STACK_WORDS 2048
|
||||
#define MQTT_CLIENT_THREAD_STACK_WORDS 8192
|
||||
#define MQTT_CLIENT_THREAD_PRIO 8
|
||||
|
||||
static const char *TAG = "example";
|
||||
|
Reference in New Issue
Block a user