Kconfig.projbuild 418 B

1234567891011121314151617
  1. menu "Example Configuration"
  2. config WIFI_SSID
  3. string "WiFi SSID"
  4. default "myssid"
  5. help
  6. SSID (network name) for the example to connect to.
  7. config WIFI_PASSWORD
  8. string "WiFi Password"
  9. default "mypassword"
  10. help
  11. WiFi password (WPA or WPA2) for the example to use.
  12. Can be left blank if the network has no security set.
  13. endmenu