17 lines
		
	
	
		
			No EOL
		
	
	
		
			241 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			No EOL
		
	
	
		
			241 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef MQTT_HELPER_H
 | |
| #define MQTT_HELPER_H
 | |
| 
 | |
| #define CONFIG_MQTT_BROKER_URL "mqtt://10.73.181.85:1883"
 | |
| #define CONFIG_MQTT_TOPIC "adboard"
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| extern "C" {
 | |
| #endif
 | |
| 
 | |
| void connect_mqtt(void);
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| }
 | |
| #endif
 | |
| 
 | |
| #endif |