Webserver only w/o any other functions, single thread. Running on STM32F013+W5500

Dependencies:   NTPClient W5500Interface Watchdog device_configuration eeprom_flash mbed-rpc-nucleo mbed-rtos mbed

Fork of F103-Serial-to-Ethernet by Chau Vo

Revision:
46:971bdaa3507c
Parent:
45:8d18a95fcf8a
--- a/Formatter.cpp	Tue Jul 19 07:50:53 2016 +0000
+++ b/Formatter.cpp	Sun Aug 14 11:06:53 2016 +0000
@@ -140,7 +140,7 @@
 
 const char* INTERACTIVE_HTML_CODE_2 = "<h3>Device Configuration (not yet)</h3>\
 <form>\
-IP (x.x.x.x): <input type=\"text\" id=\"ipadd\"><br>\
+IP (x.x.x.x): <input type=\"text\" id=\"ipaddr\"><br>\
 Subnet (x.x.x.x): <input type=\"text\" id=\"subnet\"><br>\
 Gateway (x.x.x.x): <input type=\"text\" id=\"gateway\"><br>\
 MAC (x.x.x): <input type=\"text\" id=\"mac\">\