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
Diff: WiconnectSocket.cpp
- Revision:
- 41:66beaca0fd1a
- Parent:
- 40:4b4306f3d829
--- 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();