Limor "Ladyada" Fried
a4e1ee0133
Merge pull request #110 from abachman/abachman-update-IO-tls-fingerprint
...
update IO TLS fingerprint
5 years ago
Adam Bachman
c25d31f813
update IO TLS fingerprint
5 years ago
ladyada
7fffb1e769
bump fix for winc1500
5 years ago
ladyada
f0e97737f7
update to wifi101 library
5 years ago
ladyada
5b25a96d1b
typo
5 years ago
ladyada
13854f6487
bump!
5 years ago
Limor "Ladyada" Fried
a3f09cfa4c
Merge pull request #107 from jerryneedell/patch-1
...
Update Adafruit_MQTT_Client.cpp to remove use of min()
5 years ago
jerryneedell
2d384b9697
Update Adafruit_MQTT_Client.cpp to remove use of min()
...
see https://github.com/adafruit/Adafruit_MQTT_Library/issues/106 for discussion of link failures after upgrading esp8266 community library BSP to version 2.4.0 -- removing the use of min() allows for successful compilation,link and execution.
Replace call to min() with ternary statement to accomplish same action.
5 years ago
Limor "Ladyada" Fried
974f4b8713
Merge pull request #95 from fpistm/min_STL
...
Fix min() usage when using STL C++
5 years ago
Frederic.Pillon
ce9bcab0b4
Fix min() usage when using STL C++
...
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
5 years ago
Limor "Ladyada" Fried
786ca3fdb2
Merge pull request #87 from per1234/fix-keywords
...
Use correct separator in keywords.txt
5 years ago
per1234
564f34a84b
Use correct separator in keywords.txt
...
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.
Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
5 years ago
Justin Cooper
8a8c0b1228
Update Adafruit IO SSL Fingerprint
5 years ago
Justin Cooper
1e3fb01778
Remove reference to cc3000
5 years ago
Justin Cooper
f5bb4e4e97
Remove references to cc3000
5 years ago
Todd Treece
47ebe871e4
Merge pull request #65 from adafruit/io_callbacks
...
Adafruit IO MQTT Callbacks
6 years ago
Todd Treece
08a4d8bdee
Merge branch 'master' of github.com:adafruit/Adafruit_MQTT_Library into io_callbacks
6 years ago
Todd Treece
c5233ead52
remove cc3k from supported boards
6 years ago
Todd Treece
3553074d45
bump lib to 0.17.0
6 years ago
Todd Treece
c50f42c563
bump version define in Adafruit_MQTT.h
6 years ago
Todd Treece
ac37a6e132
bump version in library.properties
6 years ago
Todd Treece
ae18e8a6c4
add platform ifdef for subscription length limit
6 years ago
Todd Treece
ceeedc2b3c
bump to 0.16.1
6 years ago
Todd Treece
faad8998f6
simplify feeds in examples
6 years ago
Limor "Ladyada" Fried
5e46585e25
Merge pull request #53 from adafruit/progmem_fixes
...
Remove FlashStringHelper Methods
6 years ago
Todd Treece
e0c88d8d2c
remove progmem from examples
6 years ago
Todd Treece
b61d7e7024
remove flashstring helper constructors & methods
6 years ago
Todd Treece
c56e1b935f
bump to v0.16.0
6 years ago
ladyada
bdd08d443e
fix esp, remove debug
6 years ago
ladyada
7886b7243c
simplify Client
6 years ago
ladyada
665395482e
https://github.com/adafruit/Adafruit_MQTT_Library/pull/29
6 years ago
ladyada
f8ec7fc08f
simplify and no progmem on yun demo
6 years ago
ladyada
fe3aebdad8
fix winc1500 demo, works great with feather
6 years ago
ladyada
4b57d0ddcb
remove progmem support (only FONA really needed it and its OK)
6 years ago
ladyada
f009049016
working fona example without progmem
6 years ago
ladyada
5f3a1e2322
drop progmem support
6 years ago
ladyada
cba09e7499
add a demo too!
6 years ago
Todd Treece
ae113941a1
add version constants & bump version in library.properties
6 years ago
Todd Treece
49eda71d17
fix io callback scope issue
6 years ago
Todd Treece
0bfffa1571
access callback_io via ->*
6 years ago
Todd Treece
ad83c09d20
add new sub callback typedef for io wrapper
6 years ago
Todd Treece
f793f8d2d0
allow unauthenticated connections to mqtt brokers
6 years ago
ladyada
9b23f6747e
make sure we get all 32 bits printed out
6 years ago
ladyada
5df5ea2f1c
cast for size_t!
6 years ago
ladyada
ecc300d7a3
Merge branch 'master' of github.com:adafruit/Adafruit_MQTT_Library
6 years ago
ladyada
dfc670deeb
fix for long packets on cc3k
6 years ago
Todd Treece
b2a534ede9
add standard connect function to time example
6 years ago
Todd Treece
2d03ae9c89
bump to 0.14.2
6 years ago
Todd Treece
029eee956c
add io time interval example
6 years ago
Todd Treece
f7bd3e31a6
bump to 0.14.1
6 years ago