add max connection

pull/144/head
XiaochaoGONG 2020-04-29 21:14:31 +08:00
parent d967506b19
commit 6b9c442bbf
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ config ESP_WIFI_AP_PASSWORD
help
AP password for WPA2 or empty for Open.
config MAX_STA_CONN
int "Maximal STA connections"
default 1
help
Max number of the STA connects to AP.
config ESP_WIFI_AP_CHANNEL
string "WiFi AP Channel"
default ""