mbed official WiflyInterface (interface for Roving Networks Wifly modules)
Dependents:
Wifly_HelloWorld
Websocket_Wifly_HelloWorld
RPC_Wifly_HelloWorld
HTTPClient_Wifly_HelloWorld
... more
1 comment:
Hi David,
Great to see the first pull request :)
There are some really good things in this request such as the new timeout, the non-blocking version of accept or the new new method to change the baudrate.
Then some of your changes (such as removing the need to save and reboot during the bind) are not compatible with some versions of the wifly firmware.
Before accepting the pull request, is it possible for you to:
- split the pull request into different smaller pull requests
- the change on each pull request has to be clear
- try to remove all the "DS" from the comments and all the c lines code which are commented
- no directly use of printf otherwise it will not work with the mbed LPC11U24 which has only one serial port
Many thanks!
Sam
Hi David,
Great to see the first pull request :)
There are some really good things in this request such as the new timeout, the non-blocking version of accept or the new new method to change the baudrate. Then some of your changes (such as removing the need to save and reboot during the bind) are not compatible with some versions of the wifly firmware.
Before accepting the pull request, is it possible for you to:
Many thanks!
Sam