Test program for ESP8266
Dependencies: MODSERIAL esp8266 mbed
Fork of esp8266test by
Revision 1:87002f9b898d, committed 2015-05-01
- Comitter:
- adhithyan15
- Date:
- Fri May 01 15:27:10 2015 +0000
- Parent:
- 0:a6e6cf82c329
- Commit message:
- Updated Commit
Changed in this revision
esp8266.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a6e6cf82c329 -r 87002f9b898d esp8266.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/esp8266.lib Fri May 01 15:27:10 2015 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/adhithyan15/code/esp8266/#a94222cedd2e
diff -r a6e6cf82c329 -r 87002f9b898d main.cpp --- a/main.cpp Fri May 01 15:10:08 2015 +0000 +++ b/main.cpp Fri May 01 15:27:10 2015 +0000 @@ -10,7 +10,7 @@ DigitalOut myled(LED1); int main() { - ESP8266 e(&wifi,"Annai","cleverriver266"); // Pass in the address to the MODSERIAL interface + ESP8266 e(&wifi,"ssid","password"); // Pass in the address to the MODSERIAL interface // and the SSID of the Wifi network you want to communicate with and its // password. while(e.checkConnection() == false){