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:
- 50:2d7f6b97234e
- Parent:
- 49:750ed1b67483
- Child:
- 51:eb8c3577e22d
diff -r 750ed1b67483 -r 2d7f6b97234e ESP8266Interface.h --- a/ESP8266Interface.h Fri Feb 26 17:33:55 2016 +0000 +++ b/ESP8266Interface.h Mon Feb 29 23:05:00 2016 +0000 @@ -36,7 +36,7 @@ virtual int32_t connect( const char *ssid, const char *pass, - wifi_security_t security = WI_NONE); + ns_security_t security = NS_SECURITY_NONE); virtual int32_t disconnect(); @@ -44,7 +44,7 @@ virtual const char *getIPAddress(); virtual const char *getMACAddress(); - virtual SocketInterface *createSocket(socket_protocol_t proto); + virtual SocketInterface *createSocket(ns_protocol_t proto); virtual void destroySocket(SocketInterface *socket); private: