]> git.meshlink.io Git - meshlink-tiny/blob - src/Kconfig.projbuild
Add an example chat application.
[meshlink-tiny] / src / Kconfig.projbuild
1 menu "WiFi Configuration"
2
3     config ESP_WIFI_SSID
4         string "WiFi SSID"
5         default "myssid"
6         help
7             SSID (network name) for the example to connect to.
8
9     config ESP_WIFI_PASSWORD
10         string "WiFi Password"
11         default "mypassword"
12         help
13             WiFi password (WPA or WPA2) for the example to use.
14
15     config ESP_MAXIMUM_RETRY
16         int "Maximum retry"
17         default 5
18         help
19             Set the Maximum retry to avoid station reconnecting to the AP unlimited when the AP is really inexistent.
20 endmenu