8 lines
177 B
C
8 lines
177 B
C
#ifndef AP_LIB_H
|
|
#define AP_LIB_H
|
|
|
|
void wifi_init_softap(wifi_config_t wifi_config);
|
|
wifi_config_t wifi_config_generator(char SSID[32], char pass[32], uint8_t channel);
|
|
|
|
#endif
|