brentrubell
|
61f75246f4
|
Library Fixes (#127)
* Removing warnings
* handle reading zero-length packets
* updating travis to exclude archived libraries, addin Arduino WiFi101 lib instead
* adding esp lib to travis
* restrict builds to current hardware platforms
* travis, esp8266: skip esp target for non-esp-based examples
* adding test skips for zero, fixing fingerprint error
bump library version
|
2018-08-20 09:56:40 -04:00 |
|
Todd Treece
|
faad8998f6
|
simplify feeds in examples
|
2016-08-15 15:25:08 -04:00 |
|
Todd Treece
|
e0c88d8d2c
|
remove progmem from examples
|
2016-08-15 13:06:17 -04:00 |
|
Todd Treece
|
b116845dd4
|
skip tests for new examples
|
2016-06-28 09:24:57 -04:00 |
|
ladyada
|
e77be5b9ac
|
added ssl option & details
|
2016-01-16 11:51:12 -05:00 |
|
ladyada
|
2a40fafe4c
|
handy example on how to parse subs, and have 2 subs
|
2016-01-10 01:25:12 -05:00 |
|
ladyada
|
db47f8f3b3
|
remove unnecessary ping(), delay() & added WDT reset for connection failures
|
2016-01-10 01:03:59 -05:00 |
|
Tony DiCola
|
936c6b25e1
|
Work around mqtt_esp8266 example compile failure on Arduino 1.6.6
|
2015-11-20 20:52:49 -08:00 |
|
Todd Treece
|
4dc6f1e486
|
adds ping to the end of the main loop in examples
|
2015-10-22 14:13:19 -04:00 |
|
Todd Treece
|
9a11d83cf5
|
removes client id from all example sketches
|
2015-10-05 15:26:02 -04:00 |
|
Todd Treece
|
dfbe6a1e11
|
remove client id from esp example
|
2015-10-02 17:22:31 -04:00 |
|
Todd Treece
|
5ac8cda53d
|
update mqtt client id to be __TIME__ + AIO_USERNAME in examples
|
2015-09-08 12:15:21 -04:00 |
|
Matthijs Kooijman
|
565d9afd36
|
Add parenthesis to fix compiler warning
Gcc warns when using = where == seems logical, and adding parenthesis
tells gcc you really mean =.
|
2015-07-27 20:32:38 +02:00 |
|
Matthijs Kooijman
|
6879df86f6
|
Add Adfruit_MQTT::connectErrorString() method
This easily allows printing error messages without having to hard-code
return values in the sketch and makes the example sketches a bit more
concise.
|
2015-07-27 20:32:36 +02:00 |
|
Todd Treece
|
ee6094cccd
|
simplify travis config with new helper functions
|
2015-07-27 14:04:58 -04:00 |
|
Tony DiCola
|
23f919adc3
|
Merge connected branch, bump to version 0.9.3
|
2015-07-14 15:54:04 -07:00 |
|
Tony DiCola
|
9b92bb379c
|
Add date and time to client ID generation for more unique value.
|
2015-07-06 13:43:52 -07:00 |
|
Tony DiCola
|
643c906aa6
|
Add connected() function to MQTT class. Update examples with robust reconnect logic.
|
2015-07-05 14:29:13 -07:00 |
|
Tony DiCola
|
6a740d4004
|
Cleanup and prepare for publishing.
|
2015-06-10 15:38:34 -07:00 |
|