Test program for ESP8266
Dependencies: MODSERIAL esp8266 mbed
Fork of esp8266test by
Diff: main.cpp
- Revision:
- 1:87002f9b898d
- Parent:
- 0:a6e6cf82c329
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){