esp_wifi:Add softap example channel configuration

This commit is contained in:
xiehang
2020-04-17 17:31:46 +08:00
parent f245a518be
commit 2d6f7f25e3
2 changed files with 10 additions and 2 deletions

View File

@@ -11,6 +11,12 @@ menu "Example Configuration"
default "mypassword"
help
WiFi password (WPA or WPA2) for the example to use.
config ESP_WIFI_CHANNEL
int "WiFi Channel"
range 1 13
default 1
help
WiFi channel (network channel) for the example to use.
config ESP_MAX_STA_CONN
int "Maximal STA connections"