Embed client working with Cell network.

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Sarah Marsh

Revision:
13:c44e318674db
Parent:
10:4a3aaf2e130a
Child:
19:91eb6f58fd77
--- a/main.cpp	Thu Aug 04 18:15:18 2016 +0100
+++ b/main.cpp	Fri Aug 05 04:30:15 2016 +0100
@@ -33,7 +33,7 @@
 
 #if MBED_CONF_APP_NETWORK_INTERFACE == WIFI
 #include "ESP8266Interface.h"
-ESP8266Interface esp(D1, D0);
+ESP8266Interface esp(MBED_CONF_APP_WIFI_TX, MBED_CONF_APP_WIFI_RX);
 #elif MBED_CONF_APP_NETWORK_INTERFACE == ETHERNET
 #include "EthernetInterface.h"
 EthernetInterface eth;