Typical controller demo program based on Seeed Arch Max. Features: - Multi-thread architecture - Inter-thread message communication - Independent command shell using thread - HTTPD with CGI, WS, RPC - Key & value pair configuration load/save

Dependencies:   CMDB EthernetInterface HTTPD dconfig mbed-rpc mbed-rtos mbed storage_on_flash

Revision:
2:d7ffadba49b9
Parent:
0:2ffd10976643
--- a/MainConfig.cpp	Fri Apr 10 11:54:18 2015 +0000
+++ b/MainConfig.cpp	Wed Jun 17 01:55:19 2015 +0000
@@ -13,6 +13,7 @@
 
 void MainConfig::reset_default(void)
 {
+    clear();
     (*this)["eth"] = "dhcp";
     (*this)["ip"] = "";
     (*this)["mask"] = "255.255.255.0";
@@ -60,3 +61,4 @@
 
 
 
+