ESP32_Weather/main/include/app_mqtt.h

7 lines
121 B
C
Raw Normal View History

2022-07-30 15:44:15 +00:00
#ifndef APP_MQTT_H
#define APP_MQTT_H
int app_mqtt_init(void);
int app_mqtt_publish(char *topic, char *payload);
#endif