ESP32_ChinaDieselHeater_Con.../src/WiFi/ABmqtt.h
Ray Jones 253bc3f728 Added MQTT topic for controller to NV store.
Found PubSubClient is blocking, causing WD reboots
2019-08-30 20:08:54 +10:00

18 lines
273 B
C

// ABMqtt.h
#ifndef _ABMQTT_h
#define _ABMQTT_h
//#include "../../lib/PubSubClient/src/PubSubClient.h"
#include "BTCWifi.h"
#include "BTCWebServer.h"
void MqttCallback(char* topic, byte* payload, unsigned int length);
bool MqttSetup();
void doMQTT();
#endif