aboutsummaryrefslogtreecommitdiff
path: root/main/net.h
blob: 82346895b51db846187ae79d7e7a9fc9058b3803 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NET_H
#define NET_H

#include "esp_err.h"

esp_err_t net_connect(void);

#endif /* NET_H */