client can connect to provider and download an image.
Updated network component to add get mac address
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user