wheel/components/wifi_station/wifi_station.h

7 lines
85 B
C

#ifndef __WIFI_STATION_H
#define __WIFI_STATION_H
void wifi_init_sta(void);
#endif