test
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 |
diff -r f9841b2adaa2 -r 72e447b79a6f MQTTEthernet.h --- 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 }