|
d724864095
|
Reduce stack usage in loop(). No need to duplicate
topic string onto stack before giving it to callback()
Just move it one byte in buffer to add space for 'C' string end \0x00
|
2016-06-26 20:53:07 +02:00 |
|
|
341661671b
|
Revert breaking change to callback signature
|
2016-02-02 07:40:48 +00:00 |
|
|
36bb1ffa6a
|
Merge pull request #96 from ElvisTheKing/patch-1
correct handling of dns fauilure
|
2016-01-31 20:48:43 +00:00 |
|
|
83b69a766e
|
Merge pull request #120 from tomkcook/master
Use std::function on ESP8266 platform.
|
2016-01-31 20:47:32 +00:00 |
|
|
67eba6dad4
|
Moved #include of <functional>
|
2016-01-27 12:41:50 +00:00 |
|
|
98a9c296f6
|
Made use of std::function ESP8266-specific.
|
2016-01-27 12:39:43 +00:00 |
|
|
68400b7b6c
|
Add definable parameters.
|
2016-01-26 12:52:38 +02:00 |
|
|
21b75a2c4a
|
Changed callback type.
|
2016-01-26 09:50:27 +00:00 |
|
|
830f34c7d0
|
correct handling of dns fauilure
In case of domain name resolution error result can be negative (see Dns.cpp:46)
|
2015-12-04 04:10:18 +03:00 |
|
|
31521085ea
|
Increase rc of write to uint16 to match max possible length
Fixes #85
|
2015-11-21 20:36:21 +00:00 |
|
|
803f54b0bd
|
changes to use #define MQTT_SOCKET_TIMEOUT instead of dynamic read timeout interval, per comments from @knolleary on https://github.com/knolleary/pubsubclient/issues/87
|
2015-11-19 13:58:23 -05:00 |
|
|
6f97ea04f2
|
minor cleanup
|
2015-11-19 09:23:40 -05:00 |
|
|
6bb06187b7
|
added optional timeout setting so that readByte can be escaped
|
2015-11-18 17:19:41 -05:00 |
|
|
5cdadf43da
|
Match the length of type for writing data
In MQTT_MAX_TRANSFER_SIZE case, the variable bytesRemaining needs to match the type of data length.
|
2015-10-04 22:16:27 +09:00 |
|
|
2f97e4a558
|
Add publish(topic,payload,retained) function
|
2015-09-11 23:25:21 +01:00 |
|
|
5ace47bc93
|
Re-layout project to match Arduino Library reqs
|
2015-09-07 22:56:53 +01:00 |
|