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

23 lines
328 B
C
Raw Normal View History

2019-05-15 10:10:12 +00:00
// ABMqtt.h
#ifndef _ABMQTT_h
#define _ABMQTT_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#else
#include "WProgram.h"
#endif
#endif
#include <PubSubClient.h>
#include "BTCWifi.h""
#include "BTCWebServer.h"
void MqttCallback(char* topic, byte* payload, unsigned int length);
void MqttSetup();