/** * TODO file description */ #pragma once void initialize_mqttpub(); void mqtt_publish(const char *topic, const char *payload);