add e53 complete demo

This commit is contained in:
esma(马璐)
2020-12-22 17:44:13 +08:00
parent beba190c87
commit 739a20397e
11 changed files with 718 additions and 583 deletions

View File

@@ -44,7 +44,7 @@
#define PUB_PAYLOAD_MAX_SIZE 200
#define MQTT_MESSAGE_HANDLE_TASK_STACK_SIZE 512
#define MQTT_MESSAGE_HANDLE_TASK_STACK_SIZE 2048
#define MQTT_MESSAGE_HANDLE_TASK_PRIO 3
#define MQTT_MESSAGE_NUM_MAX 3
#define MQTT_MESSAGE_POOL_SIZE MQTT_MESSAGE_NUM_MAX*sizeof(mqtt_message_t)