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: ESP8266
Fork of ESP8266Interface by
Diff: ESP8266Interface.h
- Branch:
- api-changes
- Revision:
- 46:6b1bd1268074
- Parent:
- 42:4bf09cadf328
- Child:
- 49:750ed1b67483
--- a/ESP8266Interface.h	Thu Feb 25 03:32:37 2016 -0600
+++ b/ESP8266Interface.h	Thu Feb 25 03:34:36 2016 -0600
@@ -49,10 +49,7 @@
 
 private:
     ESP8266 _esp;
-    
     bool _ids[ESP8266_SOCKET_COUNT];
-    const char *_ip_address;
-    const char *_mac_address;
 };
 
 
    