18 lines
325 B
C
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
|
|
|