2ced2f0b0a
Updated network component to add get mac address
24 lines
677 B
Plaintext
24 lines
677 B
Plaintext
menu "Calendink Client"
|
|
|
|
config CALENDINK_PROVIDER_MDNS_HOSTNAME
|
|
string "Provider mDNS Hostname"
|
|
default "calendink"
|
|
help
|
|
The mDNS hostname of the Provider device.
|
|
The Client resolves <hostname>.local to find the Provider IP.
|
|
|
|
config CALENDINK_PROVIDER_PORT
|
|
int "Provider HTTP Port"
|
|
default 80
|
|
help
|
|
The HTTP port of the Calendink Provider device.
|
|
|
|
config CALENDINK_PROVIDER_FALLBACK_IP
|
|
string "Provider Fallback IP (if mDNS fails)"
|
|
default ""
|
|
help
|
|
Static IP to use if mDNS resolution fails.
|
|
Leave empty to disable fallback.
|
|
|
|
endmenu
|