LilyGo_T_Ethernet_Playground/main/include/app_net.h

9 lines
111 B
C

#ifndef APP_NET_H
#define APP_NET_H
#include "esp_err.h"
esp_err_t app_net_init(void);
#endif // APP_NET_H