Commit Graph

250 Commits

Author SHA1 Message Date
Todd Treece ceeedc2b3c bump to 0.16.1 2016-08-15 17:11:54 -04:00
Todd Treece faad8998f6 simplify feeds in examples 2016-08-15 15:25:08 -04:00
Limor "Ladyada" Fried 5e46585e25 Merge pull request #53 from adafruit/progmem_fixes
Remove FlashStringHelper Methods
2016-08-15 13:19:05 -04:00
Todd Treece e0c88d8d2c remove progmem from examples 2016-08-15 13:06:17 -04:00
Todd Treece b61d7e7024 remove flashstring helper constructors & methods 2016-08-15 13:05:51 -04:00
Todd Treece c56e1b935f bump to v0.16.0 2016-08-10 11:27:37 -04:00
ladyada bdd08d443e fix esp, remove debug 2016-08-09 21:37:07 -04:00
ladyada 7886b7243c simplify Client 2016-08-09 21:12:49 -04:00
ladyada 665395482e https://github.com/adafruit/Adafruit_MQTT_Library/pull/29 2016-08-09 20:15:22 -04:00
ladyada f8ec7fc08f simplify and no progmem on yun demo 2016-08-09 20:12:22 -04:00
ladyada fe3aebdad8 fix winc1500 demo, works great with feather 2016-08-09 17:00:01 -04:00
ladyada 4b57d0ddcb remove progmem support (only FONA really needed it and its OK) 2016-08-09 15:52:08 -04:00
ladyada f009049016 working fona example without progmem 2016-08-09 14:27:30 -04:00
ladyada 5f3a1e2322 drop progmem support 2016-08-09 14:21:46 -04:00
ladyada cba09e7499 add a demo too! 2016-08-08 20:13:27 -04:00
Todd Treece ae113941a1 add version constants & bump version in library.properties 2016-08-05 14:59:40 -04:00
Todd Treece 49eda71d17 fix io callback scope issue 2016-07-29 15:06:54 -04:00
Todd Treece 0bfffa1571 access callback_io via ->* 2016-07-29 10:54:30 -04:00
Todd Treece ad83c09d20 add new sub callback typedef for io wrapper 2016-07-29 09:27:00 -04:00
Todd Treece f793f8d2d0 allow unauthenticated connections to mqtt brokers 2016-07-13 15:57:00 -04:00
ladyada 9b23f6747e make sure we get all 32 bits printed out 2016-07-13 13:52:23 -04:00
ladyada 5df5ea2f1c cast for size_t! 2016-07-13 13:33:15 -04:00
ladyada ecc300d7a3 Merge branch 'master' of github.com:adafruit/Adafruit_MQTT_Library 2016-07-12 15:20:55 -04:00
ladyada dfc670deeb fix for long packets on cc3k 2016-07-12 15:20:43 -04:00
Todd Treece b2a534ede9 add standard connect function to time example 2016-07-12 14:07:27 -04:00
Todd Treece 2d03ae9c89 bump to 0.14.2 2016-07-11 15:59:43 -04:00
Todd Treece 029eee956c add io time interval example 2016-07-11 15:57:55 -04:00
Todd Treece f7bd3e31a6 bump to 0.14.1 2016-07-11 15:37:14 -04:00
Todd Treece 63d86e2ca2 parse local time in callback example 2016-07-08 18:27:01 -04:00
ladyada 82873050b6 add error output on dropped packets, and mqtt w/callbacks example 2016-07-08 17:16:07 -04:00
ladyada 4269d87492 callback support 2016-07-08 17:01:40 -04:00
ladyada 9ed79466b2 shorter suback timeout 2016-07-08 15:21:47 -04:00
ladyada bb240928e8 fix for extra float zero-terminator https://github.com/adafruit/Adafruit_MQTT_Library/issues/35 2016-07-06 18:37:11 -04:00
ladyada ad6ae59725 fixiy https://github.com/adafruit/Adafruit_MQTT_Library/issues/46 2016-07-06 18:34:56 -04:00
ladyada 5d133c3852 updated publish half for long packet sendings! 2016-07-06 18:32:21 -04:00
ladyada b26b4eb32c max receivable MQTT packet is 16 bits (tested with 300 byte packet receive)
also fixd buffer printer to have 16 bit length
2016-07-06 17:20:02 -04:00
Todd Treece 121aa3865c bump to v0.13.3 2016-07-06 13:45:29 -04:00
Todd Treece a7ae377720 add adafruit io error subscription example 2016-07-06 13:45:10 -04:00
Todd Treece 737fa4b39d fix version in lib properties 2016-07-05 17:09:00 -04:00
Todd Treece c8253d2128 bump to 0.13.2 2016-07-05 17:08:39 -04:00
Todd Treece 7d138efc1a add delay to secure example publish loop 2016-07-05 16:16:46 -04:00
Todd Treece c19e155bac add adafruit io ssl/tls example for esp8266 2016-07-05 16:12:06 -04:00
Todd Treece ac4674536c bump version to 0.13.0 2016-06-30 12:43:28 -04:00
Limor "Ladyada" Fried a05f1d9fd4 Merge pull request #47 from adafruit/connack_custom_codes
Add Adafruit IO Custom MQTT CONNACK Return Codes
2016-06-29 18:06:36 -04:00
Todd Treece 39f1169559 increase connect timeout to allow for 5 second ban response 2016-06-28 14:53:08 -04:00
Todd Treece d7f85c1ff2 remove extra space in travis config 2016-06-28 11:39:01 -04:00
Todd Treece 7943f903e7 add winc lib to travis install 2016-06-28 11:31:14 -04:00
Todd Treece b116845dd4 skip tests for new examples 2016-06-28 09:24:57 -04:00
Todd Treece af8ec63ce6 add new mqtt error codes for connack 2016-06-24 17:02:57 -04:00
ladyada 1d0feb282b fixed FONA 2016-06-07 22:43:49 -04:00