22 lines
527 B
Text
22 lines
527 B
Text
menu "DreamStack Thin Client"
|
|
|
|
config WIFI_SSID
|
|
string "WiFi SSID"
|
|
default "HomeNetwork"
|
|
help
|
|
WiFi network name to connect to.
|
|
|
|
config WIFI_PASS
|
|
string "WiFi Password"
|
|
default ""
|
|
help
|
|
WiFi password.
|
|
|
|
config RELAY_URL
|
|
string "Relay WebSocket URL"
|
|
default "ws://192.168.1.100:9100/stream/home"
|
|
help
|
|
WebSocket URL of the DreamStack relay server.
|
|
Format: ws://HOST:PORT/stream/CHANNEL_NAME
|
|
|
|
endmenu
|