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
Revision 16:b948cc536df5, committed 2016-12-20
- Comitter:
- abraham3433
- Date:
- Tue Dec 20 15:27:56 2016 +0000
- Parent:
- 15:e6985c3724a8
- Commit message:
- Sump Pump Monitor Program. v1.00 12-20-16 Abetronics.com
Changed in this revision
| main_SPM.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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
