MeshTalos-Client/mqtt_helper.h
2025-10-28 00:34:09 +08:00

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