Extending the X_NUCLEO_IDW01M1 to allow configuration of the board as an access point
Dependents: X_NUCLEO_IDW01M1_AP_Test
Fork of X_NUCLEO_IDW01M1 by
Diff: SPWFInterface.cpp
- Revision:
- 8:0f302a13e21b
- Parent:
- 7:0fdd186a7d90
- Child:
- 9:d2dfbf8e7f49
--- a/SPWFInterface.cpp Wed May 11 06:12:16 2016 +0000 +++ b/SPWFInterface.cpp Thu May 12 07:36:13 2016 +0000 @@ -279,7 +279,6 @@ struct spwf_socket *socket = (struct spwf_socket *)handle; int32_t recv; - if(!socket->connected) return NSAPI_ERROR_NO_SOCKET; _spwf.setTimeout(SPWF_RECV_TIMEOUT); //CHECK:Receive for both Client and Server Sockets same?