Add header license

This commit is contained in:
Tuan PM
2018-02-17 11:42:41 +07:00
parent 66b21752ba
commit 4fd75c1b4b
13 changed files with 74 additions and 7 deletions
+6 -2
View File
@@ -1,3 +1,9 @@
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE', which is part of this source code package.
* Tuan PM <tuanpm at live dot com>
*/
#ifndef _MQTT_CLIENT_H_
#define _MQTT_CLIENT_H_
@@ -7,10 +13,8 @@
#include "mqtt_config.h"
typedef struct esp_mqtt_client* esp_mqtt_client_handle_t;
typedef enum {
MQTT_EVENT_ERROR = 0,
MQTT_EVENT_CONNECTED,
+5
View File
@@ -1,3 +1,8 @@
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE', which is part of this source code package.
* Tuan PM <tuanpm at live dot com>
*/
#ifndef _MQTT_CONFIG_H_
#define _MQTT_CONFIG_H_
#define MQTT_PROTOCOL_311 1