pile_com_stm32/main/communication_pad/inc/wifi_softap.h

6 lines
85 B
C
Raw Normal View History

2024-03-27 16:13:03 +08:00
#ifndef __WIFI_SOFTAP_H
#define __WIFI_SOFTAP_H
void wifi_init_softap(void);
#endif