Changed AP channel type to uint8_t

This commit is contained in:
2021-09-28 13:35:17 +02:00
parent 82d011ff80
commit a483ae1533

View File

@@ -98,7 +98,7 @@ struct ap_config
std::string ssid;
std::string key;
static_ip_config static_ip;
int channel;
uint8_t channel;
wifi_auth_mode_t authmode;
bool ssid_hidden;
int max_connection;