esp32_shock/components/wifi_station/wifi_station.h
2024-04-27 09:15:55 +08:00

7 lines
85 B
C

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