Host library for controlling a WiConnect enabled Wi-Fi module.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
Revision 41:66beaca0fd1a, committed 2015-02-23
- Comitter:
- dan_ackme
- Date:
- Mon Feb 23 22:23:47 2015 -0800
- Parent:
- 40:4b4306f3d829
- Commit message:
- fixed compilation error
Changed in this revision
WiconnectSocket.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/WiconnectSocket.cpp Mon Feb 23 22:21:50 2015 -0800 +++ b/WiconnectSocket.cpp Mon Feb 23 22:23:47 2015 -0800 @@ -98,6 +98,7 @@ /*************************************************************************************************/ WiconnectResult WiconnectSocket::init(uint8_t handle_, SocketType type_, const char *host_, uint16_t remotePort_, uint16_t localPort_) { + WiconnectResult result; do { result = close();