pile_com_stm32/main/communication_pad/inc/wifi_softap.h
2024-04-15 18:04:26 +08:00

6 lines
85 B
C

#ifndef __WIFI_SOFTAP_H
#define __WIFI_SOFTAP_H
void wifi_init_softap(void);
#endif