#pragma once #include "wifi.h" #include "config.h" #include static PubSubClient mqtt(wifi); void mqtt_setup(); void mqtt_loop();