Repo for ESP32 Weather Station Development
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

15 řádky
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