24 lines
400 B
Plaintext
24 lines
400 B
Plaintext
menu "LYF Controller Config"
|
|
|
|
config LYF_WIFI_SSID
|
|
string "Wi-Fi SSID"
|
|
default ""
|
|
|
|
config LYF_WIFI_PASSWORD
|
|
string "Wi-Fi Password"
|
|
default ""
|
|
|
|
config LYF_WIFI_MAXIMUM_RETRY
|
|
int "Wi-Fi Maximum Retry"
|
|
default 10
|
|
|
|
config LYF_HTTP_PORT
|
|
int "REST HTTP Port"
|
|
default 80
|
|
|
|
config LYF_API_KEY
|
|
string "REST API Key (optional, empty means disabled)"
|
|
default ""
|
|
|
|
endmenu
|