#ifndef MQTT_H #define MQTT_H #include void mqttLoop(); bool mqttPublish(const char *topic, const JsonDocument& json); #endif