mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 14:57:16 +00:00
7 lines
63 B
C
7 lines
63 B
C
#ifndef MQTT_H
|
|
#define MQTT_H
|
|
|
|
#include "MQTTClient.h"
|
|
|
|
#endif
|