1 2 3 4 5 6 7 8 9 10
#ifndef NET_H #define NET_H #include <mqtt_client.h> void wifi_connect(void); esp_mqtt_client_handle_t mqtt_connect(void); #endif