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.
Fork of ESP8266Interface by
Diff: ESP8266Interface.h
- Revision:
- 20:5d0762aa4680
- Parent:
- 18:9fc7976c7b27
- Child:
- 22:312453862371
diff -r 783c46b13285 -r 5d0762aa4680 ESP8266Interface.h --- a/ESP8266Interface.h Tue Jul 21 19:54:52 2015 +0000 +++ b/ESP8266Interface.h Tue Jul 21 20:16:36 2015 +0000 @@ -77,6 +77,7 @@ BufferedSerial serial; ATParser atParser; int *availableID; + char ip[100]; }; #endif