From a483ae1533a7b072305a851e64b17bbf86a12b94 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 28 Sep 2021 13:35:17 +0200 Subject: [PATCH] Changed AP channel type to uint8_t --- src/espwifistackconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/espwifistackconfig.h b/src/espwifistackconfig.h index 96ca9ce..536ef4c 100644 --- a/src/espwifistackconfig.h +++ b/src/espwifistackconfig.h @@ -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;