Seperate MQTT5 from MQTT 3.1.1

This commit is contained in:
yuanjm
2022-05-20 11:55:28 +08:00
committed by David Čermák
parent 3d275f42b9
commit fdf2aeb36f
8 changed files with 1242 additions and 1170 deletions

View File

@ -2,7 +2,7 @@
#define MQTT5_MSG_H
#include <stdint.h>
#include <stdbool.h>
#include "sys/queue.h"
#include "mqtt_config.h"
#include "mqtt_msg.h"
#include "mqtt_client.h"