1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-07 02:56:40 +03:00
Commit Graph

375 Commits

Author SHA1 Message Date
e9a6c12184 Revert "Fix connectErrorString return type for ESP-32 BSP 2.0.8" 2023-05-04 14:26:19 -04:00
431f70f983 Merge pull request #222 from adafruit/fix-esp-bsp-2-0-8
Fix connectErrorString return type for ESP-32 BSP 2.0.8
2.5.3
2023-04-21 15:55:13 -04:00
a94f4d512e carter feedback implemented 2023-04-21 15:23:01 -04:00
dd72b39489 fix return type for esp bsp 2.0.8 2023-04-21 13:05:51 -04:00
6f82f66651 Merge pull request #218 from brentru/fix-retain-overloads
Fix `error: call of overloaded 'publish(char*&, uint8_t [512], size_t&, int)' is ambiguous`
2.5.2
2022-11-14 16:36:56 -05:00
d6b8436fb9 clang format 2022-11-14 16:24:03 -05:00
28435eaf58 fixes from @ben-willmore on 83af73f4e5 2022-11-14 16:23:51 -05:00
9409c6373b Merge branch 'adafruit:master' into master 2022-11-14 16:07:25 -05:00
abe90ec6f6 Update library.properties 2.5.1 2022-11-11 09:56:50 -05:00
18af1b6e2a Merge pull request #216 from ben-willmore/retain-flag
Add support for retain flag when publishing
2022-11-11 09:54:49 -05:00
33b62c7a64 Add skip files 2022-11-09 20:36:12 +00:00
da5b499307 Add example of retain usage 2022-11-09 20:01:14 +00:00
96880c03c0 larger buffer for WS 2022-11-02 16:59:00 -04:00
3f2b25339e More formatting fixes 2022-11-02 20:24:41 +00:00
8b27fdb775 Fix formatting 2022-11-02 20:17:05 +00:00
e6ab3a9631 Tidy code 2022-11-02 11:37:01 +00:00
d3fdbb2f7c Use function overloading instead of optional arguments 2022-11-02 11:33:32 +00:00
de5059eb92 Make publishPacket retain flag default to false 2022-11-02 11:18:59 +00:00
2c667d9a30 Use ternary operator to set retain bit rather than relying on compiler definition of 0/1 2022-11-02 11:18:06 +00:00
1e33ece844 Merge pull request #215 from brentru/fix-processUntil
Fix subscription packet callbacks not executing within processPacketsUntil()
2.5.0
2022-11-01 11:33:44 -04:00
1eb56066ef clang 2022-10-28 16:44:07 -04:00
52e04bebe9 loren review 2022-10-28 16:32:51 -04:00
a80db209cd bump lib prop 2022-10-28 14:53:54 -04:00
30d4af8179 remove debug 2022-10-28 14:53:32 -04:00
5c00e84d08 add new processSubscriptionPacket func 2022-10-28 13:01:06 -04:00
0ba089d1e8 fixes processUntil 2022-10-28 12:27:33 -04:00
7413e92e77 Merge pull request #213 from adafruit/update-ssl-cert
Update SSL Certificate for ESP8266, add warning
2.4.3
2022-08-15 13:35:40 -04:00
25662868c5 add cert and warning 2022-08-15 13:18:56 -04:00
223d419ebd Update library.properties 2.4.2 2021-07-12 09:53:23 -04:00
37e175dcef Merge pull request #196 from xdylanm/send_long_packet_fix
Fixed length calculation when payload exceeds 128bytes
2021-07-12 09:53:02 -04:00
d466773076 Update library.properties 2.4.1 2021-06-22 13:29:31 -04:00
3a319ab695 Merge pull request #195 from rgorosito/fix-loss-subscriptions
Fix: Subscriptions can't be read if arrive when waiting for response of ping or publish
2021-06-22 13:29:11 -04:00
a2bdbacb17 format 2021-05-30 16:16:14 -07:00
b007806ac1 Fixed length calculation when payload exceeds 128bytes 2021-05-30 14:13:57 -07:00
ab78b291b2 more c formatting fixing 2021-05-25 13:23:51 -03:00
986c1b405c fix c formatting 2021-05-25 13:16:43 -03:00
4cb40f87d2 stop loosing messages 2021-05-23 15:52:35 -03:00
e524b5f3ae Merge pull request #194 from brentru/add-kat-public-funct
Add setKeepAliveInterval() setter
2.4.0
2021-05-18 17:04:56 -04:00
c5cdfc9564 clang format 2021-05-18 16:54:01 -04:00
86aff92f0b fixup 2021-05-18 16:43:33 -04:00
a1e64c039e settable keepalive interval 2021-05-18 16:41:26 -04:00
ea2fb46de3 Merge pull request #193 from xdylanm/send_rcv_long_packets
Support publishing and receiving large messages.
2.3.0
2021-05-14 12:01:40 -04:00
db003d30d1 Addressing comments from PR #193 with merge from PR#166. Clang-format, version ticked to 2.3.0, replaced duplicate topicOffsetFromLength with packetAdditionalLen. 2021-05-14 08:09:07 -07:00
c782cc454f Merge branch 'master' of https://github.com/adafruit/Adafruit_MQTT_Library into send_rcv_long_packets
Pull in changes from flavio-fernandes
2021-05-14 07:47:38 -07:00
ca12d21eb2 Merge pull request #166 from flavio-fernandes/protect.buffer
Adafruit_MQTT::publishPacket: Protect against memory corruption.
2.2.0
2021-05-14 09:22:29 -04:00
93a35d1a3e fix typo 2021-05-12 21:54:08 -07:00
2ea8a0b3fc Support publishing and receiving large messages. Send multiple 250 byte packets (ref PR#113) for larger messages. Correctly identify topic start position for >127byte messages (ref PR#166). Resolves issue #102 2021-05-12 21:31:22 -07:00
ce30d2a146 Merge branch 'master' into protect.buffer 2021-05-12 21:25:20 -04:00
fff701ee62 Bump to 2.2.0 2021-05-12 21:18:33 -04:00
e8922f60a9 Merge pull request #192 from brentru/add-esp32-esp32s2-example
Add usage example for ESP32 SSL/TLS
2021-05-12 17:36:47 -04:00