Used with eeprom_flash to write network configuration to STM32F103 flash

Dependents:   F103-Web-Server

Fork of my_eeprom_funcs by Chau Vo

Revision:
7:60f87ff3da60
Parent:
6:241d1539914a
Child:
8:4fc4b1b5509b
--- a/my_eeprom_funcs.cpp	Fri Oct 24 21:27:52 2014 +0000
+++ b/my_eeprom_funcs.cpp	Sat Dec 06 17:28:30 2014 +0000
@@ -217,8 +217,7 @@
     }
     // if 1st run, use default addresses
     else {
-        DBG("No auto update");
-        DBG("Module is not a TCP client");
+        DBG("No TCP client for auto update");
         //u16enable_tcp_client = 0xAAAA; // disable TCP client
         //u16enable_tcp_server = 0xA5A5; // enable TCP server
     }