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.
Fork of MQTT by
Revision 48:72e447b79a6f, committed 2017-10-31
- Comitter:
- jksoft
- Date:
- Tue Oct 31 09:23:36 2017 +0000
- Parent:
- 47:f9841b2adaa2
- Commit message:
- ??
Changed in this revision
MQTTEthernet.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MQTTEthernet.h Sun Dec 27 13:36:12 2015 +0000 +++ b/MQTTEthernet.h Tue Oct 31 09:23:36 2017 +0000 @@ -22,6 +22,7 @@ void reconnect() { + //eth.init(); eth.connect(); // nothing I've tried actually works to reconnect }