Complete Firmware of Geodynamic Seismograph

Dependencies:   TI_ADS1220 ESP8266 mbed

Fork of BMI160Test by GeoDynamics Hibrid Seismograph

Files at this revision

API Documentation at this revision

Comitter:
firewalk
Date:
Thu Oct 20 04:31:10 2016 +0000
Parent:
5:96fff32333e8
Commit message:
v1

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 96fff32333e8 -r 494622e9e701 main.cpp
--- a/main.cpp	Thu Oct 20 04:27:46 2016 +0000
+++ b/main.cpp	Thu Oct 20 04:31:10 2016 +0000
@@ -127,7 +127,7 @@
     wifi.RcvReply(rcv, 1000);    //receive a response from ESP
     pc.printf("%s",rcv);    //Print the response onscreen
     pc.printf("Conneting to AP\r\n");
-    wifi.Join("cbv", "26141916");     // Your wifi username & Password 
+    wifi.Join("SSID", "PASSWORD");     // Your wifi username & Password 
     wifi.RcvReply(rcv, 1000);    //receive a response from ESP
     pc.printf("%s", rcv);    //Print the response onscreen
     wait(8);  //waits for response from ESP