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.
Dependents: GSwifi_httpd GSwifi_websocket GSwifi_tcpclient GSwifi_tcpserver ... more
Fork of GSwifi by
Revision 43:0b5e2727e020, committed 2013-12-18
- Comitter:
- gsfan
- Date:
- Wed Dec 18 01:29:43 2013 +0000
- Parent:
- 42:9b3c38d66fa8
- Commit message:
- fix reconnect
Changed in this revision
GSwifi.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/GSwifi.cpp Wed Dec 18 01:16:04 2013 +0000 +++ b/GSwifi.cpp Wed Dec 18 01:29:43 2013 +0000 @@ -658,7 +658,8 @@ } } - if (t == 0 || timer.read() > _reconnect) { + if (_ssid && ! _connect) + if (t == 0 || timer.read() > _reconnect) { DBG("reconnect\r\n"); if (reconnect()) { timer.reset();