Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LWIPInterface NetworkSocketAPI mbed-rtos mbed
Fork of HelloESP8266Interface by
Diff: main.cpp
- Revision:
- 41:83cf71e499ee
- Parent:
- 40:6a90de1da5e2
- Parent:
- 37:4d946ea769fd
- Child:
- 42:d8ea089e5606
diff -r 6a90de1da5e2 -r 83cf71e499ee main.cpp
--- a/main.cpp Thu Feb 25 04:14:49 2016 -0600
+++ b/main.cpp Thu Feb 25 04:17:48 2016 -0600
@@ -21,7 +21,7 @@
DigitalOut myled(LED_GREEN);
void flash(){ myled = !myled; }
-ESP8266Interface wifi(D1, D0, 1);
+ESP8266Interface wifi(D1, D0);
TCPSocket socket(&wifi);
int main()
