summaryrefslogtreecommitdiffstats
path: root/main/net.h
blob: 622fd012aced85a3412eb012234e8ec50ffcc587 (plain)
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