AT&T M2X example featuring FRDM-K64F and Seed Grove Wifi to stream the Accelerometer X, Y, Z-axis values

Dependencies:   ESP8266Interface FXOS8700Q M2XStreamClient jsonlite mbed

Fork of frdm-k64F_Wifi_M2X_Acc by NXP

Revision:
6:ec30a917efa8
Parent:
5:2f6125e8ee48
--- a/main.cpp	Mon Oct 17 21:07:48 2016 +0000
+++ b/main.cpp	Mon Oct 17 21:10:15 2016 +0000
@@ -20,7 +20,7 @@
 /*
 *  ESP8266 Wifi Config, connect it to D0 on Seeed Grove shield
 */
-ESP8266Interface wifi(D1,D0,D3,"iPhone6S","12051978",115200); // TX,RX,Reset,SSID,Password,Baud 
+ESP8266Interface wifi(D1,D0,D3,"wifi SSID","wifi PASSWORD",115200); // TX,RX,Reset,SSID,Password,Baud 
 
 int main()
 {