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

Files at this revision

API Documentation at this revision

Comitter:
MidnightCow
Date:
Thu Jul 30 02:21:13 2015 +0000
Parent:
8:4b43259a1e33
Child:
10:e8dd198d1056
Commit message:
Test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Jun 26 01:17:43 2015 +0000
+++ b/main.cpp	Thu Jul 30 02:21:13 2015 +0000
@@ -124,6 +124,7 @@
 //    EthernetInterface eth;
     uart.printf("Initializing Ethernet\n");
     //eth.init(); //Use DHCP
+    //eth.init((uint8_t*)MAC);    // Use DHCP for WIZnetInterface
     eth.init((uint8_t*)MAC,IP,MASK,GATEWAY);  //IP,mask,Gateway
     uart.printf("Connecting\n");
     eth.connect();