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
Diff: main.cpp
- Revision:
- 43:932c5ddd7860
- Parent:
- 42:d8ea089e5606
- Child:
- 44:d7c5a56450a1
diff -r d8ea089e5606 -r 932c5ddd7860 main.cpp
--- a/main.cpp Thu Feb 25 04:19:15 2016 -0600
+++ b/main.cpp Fri Feb 26 17:30:00 2016 +0000
@@ -21,8 +21,8 @@
DigitalOut myled(LED_GREEN);
void flash(){ myled = !myled; }
-ESP8266Interface wifi(D1, D0);
-TCPSocket socket(&wifi);
+//LWIPInterface wifi(D1, D0);
+TCPSocket socket(0); // TODO
int main()
{