pile_com_stm32/main_old/communication_pad/inc/wifi_softap.h
2024-03-30 18:47:02 +08:00

6 lines
85 B
C

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