mirror of
https://gitlab.com/fabinfra/fabhardware/fablock-kallax.git
synced 2025-03-12 22:51:45 +01:00
21 lines
415 B
Plaintext
Executable File
21 lines
415 B
Plaintext
Executable File
menu "FabLock"
|
|
config FABLOCK_ID
|
|
int "FabLock ID"
|
|
|
|
config FABLOCK_MQTT_HOST
|
|
string "MQTT Host"
|
|
default "mqtt.fab-access.org"
|
|
|
|
config FABLOCK_MQTT_USERNAME
|
|
string "MQTT Username"
|
|
|
|
config FABLOCK_MQTT_PASSWORD
|
|
string "MQTT Password"
|
|
|
|
config FABLOCK_WIFI_SSID
|
|
string "Wifi SSID"
|
|
|
|
config FABLOCK_WIFI_PSK
|
|
string "Wifi PSK"
|
|
endmenu
|