]> granicus.if.org Git - esp-idf/blob - examples/protocols/esp_http_client/main/Kconfig.projbuild
esp32: Allow SPIRAM_MALLOC_RESERVE_INTERNAL to span multiple regions of memory
[esp-idf] / examples / protocols / esp_http_client / main / Kconfig.projbuild
1 menu "Example Configuration"
2
3 config WIFI_SSID
4     string "WiFi SSID"
5         default "myssid"
6         help
7                 SSID (network name) for the example to connect to.
8
9 config WIFI_PASSWORD
10     string "WiFi Password"
11         default "mypassword"
12         help
13                 WiFi password (WPA or WPA2) for the example to use.
14
15                 Can be left blank if the network has no security set.
16
17 endmenu