mirror of
https://gitlab.com/fabinfra/fabhardware/fablight2.git
synced 2025-04-20 18:26:26 +02:00
33 lines
768 B
Plaintext
33 lines
768 B
Plaintext
menu "FabLight Configuration"
|
|
|
|
config FABLIGHT_WIFI_SSID
|
|
string "WiFi SSID"
|
|
default "SSID"
|
|
help
|
|
SSID (network name) to connect to.
|
|
|
|
config FABLIGHT_WIFI_PASSWORD
|
|
string "WiFi Password"
|
|
default "password"
|
|
help
|
|
WiFi password (WPA or WPA2) to use.
|
|
|
|
config FABLIGHT_MQTT_HOST
|
|
string "MQTT Host"
|
|
default "mqtt://example.com"
|
|
help
|
|
MQTT Host (mqtt://example.com) to use.
|
|
|
|
config FABLIGHT_MQTT_USER
|
|
string "MQTT Username"
|
|
default "username"
|
|
help
|
|
MQTT Username to use.
|
|
|
|
config FABLIGHT_MQTT_PASSWORD
|
|
string "MQTT Password"
|
|
default "password"
|
|
help
|
|
MQTT Password to use.
|
|
endmenu
|