Repo for ESP32 Weather Station Development
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

15 行
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