You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
menu "Provisioning data"
|
|
|
|
config ESP_WIFI_SSID
|
|
string "WiFi SSID"
|
|
default ""
|
|
help
|
|
SSID (network name) for the example to connect to.
|
|
|
|
config ESP_WIFI_PASSWORD
|
|
string "WiFi Password"
|
|
default ""
|
|
help
|
|
WiFi password (WPA or WPA2) for the example to use.
|
|
|
|
config ESP_MAXIMUM_RETRY
|
|
int "Maximum retry"
|
|
default 5
|
|
help
|
|
Set the Maximum retry to avoid station reconnecting to the AP unlimited when the AP is really inexistent.
|
|
|
|
config MQTT_URI
|
|
string "MQTT Server URI"
|
|
default "mqtts://server:port"
|
|
help
|
|
MQTT server location.
|
|
|
|
config MQTT_USERNAME
|
|
string "MQTT username"
|
|
default ""
|
|
help
|
|
MQTT username.
|
|
|
|
config MQTT_PASSWORD
|
|
string "MQTT password"
|
|
default ""
|
|
help
|
|
MQTT password.
|
|
|
|
config FIRMWARE_URL_PATTERN
|
|
string "Firmware URL pattern"
|
|
default ""
|
|
help
|
|
Where to download a specific version of the firmware. Complete URL. Must include "%s".
|
|
|
|
endmenu
|
|
|