
1. delete some junk files. 2. mqttclient added comments and updated to v1.0.2. 3. update README.md. 4. update the author's own server certificate. 5. minor changes to salof.
15 lines
365 B
C
15 lines
365 B
C
/*
|
|
* @Author: jiejie
|
|
* @Github: https://github.com/jiejieTop
|
|
* @Date: 2020-02-25 06:01:24
|
|
* @LastEditTime: 2020-02-25 09:28:09
|
|
* @Description: the code belongs to jiejie, please keep the author information and source code according to the license.
|
|
*/
|
|
|
|
#ifndef _SALOF_CONFIG_H_
|
|
#define _SALOF_CONFIG_H_
|
|
|
|
#include "mqtt_config.h"
|
|
|
|
#endif /* _SALOF_CONFIG_H_ */
|