6 lines
85 B
C
6 lines
85 B
C
|
#ifndef __WIFI_SOFTAP_H
|
||
|
#define __WIFI_SOFTAP_H
|
||
|
|
||
|
void wifi_init_softap(void);
|
||
|
|
||
|
#endif
|