Webserver controller with url trimming for value controls

Dependencies:   LCD_DISCO_F746NG BSP_DISCO_F746NG

Revision:
3:c927a415dd38
Parent:
2:33e8bb5615a6
Child:
4:d7c37f516f5f
--- a/main.cpp	Sat May 06 06:21:17 2017 +0000
+++ b/main.cpp	Sat May 06 07:43:20 2017 +0000
@@ -157,7 +157,7 @@
  * @retval
  */
 int main(void) {
-
+    //ethernet.set_network("192.168.1.181","255.255.255.0","192.168.1.1");  // use static IP address (IP address, netmask, gateway)
     ethernet.connect();
     printf("Usage: Type %s/%s/ into your web browser and hit ENTER\r\n", ethernet.get_ip_address(), PASSWORD);