Kconfig.projbuild 485 B

12345678910111213141516171819202122
  1. menu "HomeEnergyMeter 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. config ESP_PULSES_PER_KWH
  13. string "Pulses per kWh"
  14. default "10000"
  15. help
  16. Number of pulses per kWh
  17. endmenu