- /** IP address that the webserver should use once connected to a RNDIS device (when DHCP is disabled). */\r
- #define DEVICE_IP_ADDRESS (uint8_t[]){192, 168, 1, 10}\r
- \r
- /** Netmask that the webserver should once connected to a RNDIS device (when DHCP is disabled). */\r
- #define DEVICE_NETMASK (uint8_t[]){255, 255, 255, 0}\r
- \r
- /** IP address of the default gateway the webserver should use when routing outside the local subnet\r
- * (when DHCP is disabled).\r
- */\r
- #define DEVICE_GATEWAY (uint8_t[]){192, 168, 1, 1}\r
-\r