Changed AP channel type to uint8_t
This commit is contained in:
@@ -98,7 +98,7 @@ struct ap_config
|
|||||||
std::string ssid;
|
std::string ssid;
|
||||||
std::string key;
|
std::string key;
|
||||||
static_ip_config static_ip;
|
static_ip_config static_ip;
|
||||||
int channel;
|
uint8_t channel;
|
||||||
wifi_auth_mode_t authmode;
|
wifi_auth_mode_t authmode;
|
||||||
bool ssid_hidden;
|
bool ssid_hidden;
|
||||||
int max_connection;
|
int max_connection;
|
||||||
|
Reference in New Issue
Block a user