Files
TencentOS-tiny/board/Linux_Posix/mqtt_demo/inc/mqtt_config.h
2019-10-29 15:12:36 +08:00

18 lines
325 B
C

#ifndef TOS_MQTT_CONFIG_H
#define TOS_MQTT_CONFIG_H
#error please replace yourself server configuration
/**
* 1. run python tool
* ```
* cd tiny/tools/
* python3 mqtt_config_gen.py
* ```
* then input your server information
*
* 2. tool will generate `mqtt_config.h` file, copy to replace this file
*/
#endif