Commit Graph

306 Commits

Author SHA1 Message Date
Brent Rubell
381c3e576c
Merge pull request #171 from frederikheld/fix/typo_in_comment
Fixes typo in comment
2020-09-23 11:49:07 -04:00
Brent Rubell
569c83af8c
Merge pull request #179 from cmumford/fix-protected
Corrected client public/private methods.
2020-09-23 11:48:02 -04:00
Brent Rubell
2f572776c1
Merge pull request #184 from mlwinters/master
Added support for the MKR1010
2020-09-23 11:43:33 -04:00
Morgan
f1f515651f
Moved defined(ARDUINO_SAMD_MKR1010) to line 25
Move "defined(ARDUINO_SAMD_MKR1010)" from lilne 24 to line 25
2020-09-23 10:27:06 +01:00
Morgan
4b360f2522
Added support for the MKR1010
Added support for the Arduino MKR1010
2020-09-23 09:51:56 +01:00
Brent Rubell
956242a28b
Bump library.properties version for release 2020-07-07 10:19:42 -04:00
Justin Cooper
bf7ce5af91
Latest Adafruit IO SSL Fingerprint 2020-07-06 15:53:19 -05:00
Chris Mumford
c5599bfabc Corrected client public/private methods.
Switched the following four methods from public to
protected in Adafruit_MQTT_Client and Adafruit_MQTT_FONA:

1. connectServer
2. disconnectServer
3. readPacket
4. sendPacket

When public (previously) they could be called by users
of this library, which is not the intent of this API.
2020-07-03 10:43:51 -07:00
dherrada
8db0c2787d
Merge pull request #177 from adafruit/actionci
Moved to actions, no doxygen
2020-06-26 10:40:14 -04:00
dherrada
148cfb3591
Moved to actions, no doxygen 2020-06-25 09:56:46 -04:00
Frederik Held
ba9a03a41d Fixes typo in comment 2020-02-29 00:21:45 +01:00
brentrubell
3693eb8800
Merge pull request #156 from brentru/patch-esp-bsp-2-5-1
Fixing example for ESP8266 (BSP 2.5.1)
2019-05-20 15:01:58 -04:00
brentru
4caf05cf8a bump version for release 2019-05-20 15:01:47 -04:00
brentru
d5aa959525 adding ssl fingerprint verification to comply with bearssl in esp8266 bsp 2.5.1 2019-05-20 11:20:45 -04:00
brentrubell
bfdece49f7
Merge pull request #155 from brentru/add-airlift-example
Update AirLift Example
2019-05-02 10:16:12 -04:00
brentru
3c71f1c560 remove print for pins 2019-04-19 16:36:14 -04:00
brentru
4a709ffc28 update for a master airlift example 2019-04-19 16:32:14 -04:00
brentrubell
4b328500e2
Merge pull request #153 from brentru/add-pyportal-mqtts
Add PyPortal MQTTS Example
2019-04-18 12:10:02 -04:00
brentru
2b3892a4b6 bump to v1.0.0 2019-04-17 20:37:20 -04:00
brentru
727dc9f986 fix travis 2019-04-16 14:18:06 -04:00
brentru
c1e0ecd30e bump to 0.3.0 for release! 2019-04-16 13:51:36 -04:00
brentru
5dd4f68de7 add skip file 2019-04-16 13:45:01 -04:00
brentru
610514e83b add PyPortal MQTTS Example 2019-04-16 13:44:28 -04:00
brentrubell
0687c95333
Merge pull request #152 from brentru/fixup-readme
Update README TravisCI link, add samd51 to compatibility table
2019-04-16 12:07:10 -04:00
brentru
03ac17773f update readme travis and add samd51 to compat table 2019-04-16 11:56:18 -04:00
brentrubell
b7838a3278
Merge pull request #148 from ACE1046/master
Message type check in readSubscription (#147)
2019-04-16 11:49:27 -04:00
brentrubell
9eb37efa1c
bumping library for compilation on m4 targets (#151) 2019-04-16 11:48:54 -04:00
Anton ACE
417d342078
Message type check in readSubscription (#147)
Added message type checking in readSubscription
https://github.com/adafruit/Adafruit_MQTT_Library/issues/147
2019-03-14 17:54:06 +03:00
brentrubell
493a1cf590
remove CC3000 from keywords.txt (#145) 2019-02-19 16:56:07 -05:00
brentrubell
12479b2592
fix sha1 fingerprint for io.adafruit.com (#143)
* fix sha1 fingerprint for io.adafruit.com

* bump library version

* add terminating character
2019-02-19 16:36:34 -05:00
brentrubell
07c9ae7153
Bump version for new release. 2018-08-28 10:54:44 -04:00
Limor "Ladyada" Fried
0786de66b6
Merge pull request #130 from brentru/mqtt-subscription-increase
increase mqtt sub. limit for non 32u4/328p devices
2018-08-27 13:17:19 -07:00
brentru
8780dd5491 increase mqtt sub. limit for non 32u4/328p devices 2018-08-27 14:51:29 -04:00
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
Limor "Ladyada" Fried
a4e1ee0133
Merge pull request #110 from abachman/abachman-update-IO-tls-fingerprint
update IO TLS fingerprint
2018-02-05 17:17:02 -05:00
Adam Bachman
c25d31f813
update IO TLS fingerprint 2018-02-05 17:08:40 -05:00
ladyada
7fffb1e769 bump fix for winc1500 2018-01-29 14:37:03 -05:00
ladyada
f0e97737f7 update to wifi101 library 2018-01-29 14:27:41 -05:00
ladyada
5b25a96d1b typo 2018-01-10 00:27:24 -05:00
ladyada
13854f6487 bump! 2018-01-10 00:26:31 -05:00
Limor "Ladyada" Fried
a3f09cfa4c
Merge pull request #107 from jerryneedell/patch-1
Update Adafruit_MQTT_Client.cpp to remove use of min()
2018-01-06 19:46:31 -05:00
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.
2018-01-06 17:52:40 -05:00
Limor "Ladyada" Fried
974f4b8713
Merge pull request #95 from fpistm/min_STL
Fix min() usage when using STL C++
2017-11-21 10:34:32 -05:00
Frederic.Pillon
ce9bcab0b4 Fix min() usage when using STL C++
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2017-10-20 16:15:05 +02:00
Limor "Ladyada" Fried
786ca3fdb2 Merge pull request #87 from per1234/fix-keywords
Use correct separator in keywords.txt
2017-09-02 13:01:03 -04:00
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
2017-09-02 07:56:17 -07:00
Justin Cooper
8a8c0b1228 Update Adafruit IO SSL Fingerprint 2017-08-15 09:31:22 -05:00
Justin Cooper
1e3fb01778 Remove reference to cc3000 2017-08-10 09:28:15 -05:00
Justin Cooper
f5bb4e4e97 Remove references to cc3000 2017-08-10 09:27:05 -05:00
Todd Treece
47ebe871e4 Merge pull request #65 from adafruit/io_callbacks
Adafruit IO MQTT Callbacks
2017-02-15 11:39:30 -05:00