esp32_shock/components/wifi_station/wifi_station.h

7 lines
85 B
C
Raw Normal View History

2024-04-27 09:15:55 +08:00
#ifndef __WIFI_STATION_H
#define __WIFI_STATION_H
void wifi_init_sta(void);
#endif