Repo for ESP32 Weather Station Development
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

15 lignes
339B

  1. # put here your custom config value
  2. menu "Example Configuration"
  3. config ESP_WIFI_SSID
  4. string "WiFi SSID"
  5. default "myssid"
  6. help
  7. SSID (network name) for the example to connect to.
  8. config ESP_WIFI_PASSWORD
  9. string "WiFi Password"
  10. default "mypassword"
  11. help
  12. WiFi password (WPA or WPA2) for the example to use.
  13. endmenu