Kconfig.projbuild 505 B

123456789101112131415161718192021
  1. menu "Example Configuration"
  2. config ESP_WIFI_SSID
  3. string "WiFi SSID"
  4. default "myssid"
  5. help
  6. SSID (network name) for the example to connect to.
  7. config ESP_WIFI_PASSWORD
  8. string "WiFi Password"
  9. default "mypassword"
  10. help
  11. WiFi password (WPA or WPA2) for the example to use.
  12. config EXAMPLE_PORT
  13. string "asio example port number"
  14. default "80"
  15. help
  16. Port number used by ASIO example
  17. endmenu