Sump Pump Monitor v1.00 12-16-16 ABEtronics.com http://www.abetronics.com/?page_id=380

Dependencies:   STATIC_COLORS WIZnetInterface mbed

Fork of HTTP_SDCard_File_Server_WIZwiki-W7500 by FOURNET Olivier

Revision:
16:b948cc536df5
Parent:
15:e6985c3724a8
--- a/main_SPM.cpp	Mon Nov 14 20:29:48 2016 +0000
+++ b/main_SPM.cpp	Tue Dec 20 15:27:56 2016 +0000
@@ -166,7 +166,7 @@
       if (AMPreadingHI < AMPreading) AMPreadingHI  =  AMPreading;
     }
     
-    if (AMPreadingHI <0.6)
+    if (AMPreadingHI <0.51)
     {
        COLOR(_BLUE_);
     }
@@ -222,5 +222,6 @@
         }
 //-----------------------------------------------------------
         client.close();  //close connection to pc app.
+        ethernet_init();
     }
 }
\ No newline at end of file