Ethernet

Dependencies:   MQTT

Dependents:   MilkcocoaSample_Eth_K64F

Fork of Milkcocoa_EthernetIF by Junichi Katsu

Files at this revision

API Documentation at this revision

Comitter:
jksoft
Date:
Wed Feb 24 17:02:15 2016 +0000
Parent:
5:8abe70267912
Commit message:
Ethernet

Changed in this revision

MClient.h Show annotated file Show diff for this revision Revisions of this file
--- a/MClient.h	Sun Dec 27 14:54:17 2015 +0000
+++ b/MClient.h	Wed Feb 24 17:02:15 2016 +0000
@@ -1,8 +1,8 @@
 #ifndef _MCLIENT_H_
 #define _MCLIENT_H_
 
-#define USE_ESP8266
-//#define USE_ETHERNET
+//#define USE_ESP8266
+#define USE_ETHERNET
 //#define USE_MDM
 
 #include "mbed.h"