LilyGo_T_Ethernet_Playground/main/include/app_net.h

9 lines
111 B
C
Raw Normal View History

2023-04-18 01:50:52 +00:00
#ifndef APP_NET_H
#define APP_NET_H
#include "esp_err.h"
esp_err_t app_net_init(void);
#endif // APP_NET_H