4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 03:13:30 +08:00

Merge pull request #1852 from weety/dev

Fixed Kconfig spelling mistake.
This commit is contained in:
Bernard Xiong 2018-09-29 22:58:34 +08:00 committed by GitHub
commit bdc8fe9a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,11 +231,11 @@ menu "Using WiFi"
config RT_WLAN_SCAN_WAIT_MS
int "Set scan timeout time(ms)"
default 10000;
default 10000
config RT_WLAN_CONNECT_WAIT_MS
int "Set connect timeout time(ms)"
default 10000;
default 10000
config RT_WLAN_SSID_MAX_LENGTH
int "SSID name maximum length"