0
0
Fork 0
wireless-proxy-esp32/main/wifi_handle.h

6 lines
74 B
C

#ifndef _WIFI_HANDLE_H_
#define _WIFI_HANDLE_H_
void wifi_init();
#endif