Kconfig.projbuild 353 B

123456789101112131415
  1. menu "WIFI_433_Transceiver Application Configuration"
  2. config ESP_WIFI_SSID
  3. string "WiFi SSID"
  4. default "Hemnet3"
  5. help
  6. SSID (network name) to connect to.
  7. config ESP_WIFI_PASSWORD
  8. string "WiFi Password"
  9. default "mypassword"
  10. help
  11. WiFi password (WPA or WPA2) to use.
  12. endmenu