X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/64d00efd915b8c3842c4fe93605bf8bc73def030..13085a335125808f3b2f9adc495c6fe26053cebe:/Projects/Webserver/Webserver.txt diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt index 9b466d9d0..d75f874e1 100644 --- a/Projects/Webserver/Webserver.txt +++ b/Projects/Webserver/Webserver.txt @@ -97,17 +97,17 @@ * * * DEVICE_IP_ADDRESS - * Lib/uIPManagement.h + * AppConfig.h * IP address that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP_CLIENT is not defined). * * * DEVICE_NETMASK - * Lib/uIPManagement.h + * AppConfig.h * Netmask that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP_CLIENT is not defined). * * * DEVICE_GATEWAY - * Lib/uIPManagement.h + * AppConfig.h * Default routing gateway that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP_CLIENT * is not defined). * @@ -116,6 +116,11 @@ * AppConfig.h * Maximum length of a URI for the Webserver. This is the maximum file path, including subdirectories and separators. * + * + * SERVER_MAC_ADDRESS + * AppConfig.h + * MAC address of the server used when sending Ethernet packets onto the bus. + * * */