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:
33:c906ccc220ba
Parent:
32:db2e8ea06ee1
--- a/readme.txt	Sun Jan 25 11:49:44 2015 +0000
+++ b/readme.txt	Sun Jan 25 14:04:04 2015 +0000
@@ -17,4 +17,6 @@
 v1.1 (24/01/2015)
     + Modified: control command is able to be processed by both TCP and UDP.
       Only one network output buffer is used for RPC-style and NNIO protocols.
-    + Modified: process RPC-style command in tcp client, similar to TCP/UDP server.
\ No newline at end of file
+    + Modified: process RPC-style command in tcp client, similar to TCP/UDP server.
+      Start auto_update_timer_thread() only if auto transmit is enabled.
+    + Updated: automatically reset after setting network configuration or setting TCP server for auto update mode.
\ No newline at end of file