ESP32_ChinaDieselHeater_Con.../src/WiFi/ABmqtt.h

18 lines
273 B
C
Raw Normal View History

2019-05-15 10:10:12 +00:00
// ABMqtt.h
#ifndef _ABMQTT_h
#define _ABMQTT_h
//#include "../../lib/PubSubClient/src/PubSubClient.h"
#include "BTCWifi.h"
#include "BTCWebServer.h"
2019-05-15 10:10:12 +00:00
void MqttCallback(char* topic, byte* payload, unsigned int length);
bool MqttSetup();
void doMQTT();
2019-07-07 07:18:38 +00:00
#endif