Skip to content

Releases: 256dpi/esp-mqtt

v0.10.0

06 Jul 13:44
Compare
Choose a tag to compare
  • support IDF 5.2.2

v0.9.2

11 Jan 14:53
Compare
Choose a tag to compare
  • select background task core during init

v0.9.1

11 Jan 14:31
Compare
Choose a tag to compare
  • simplified config
  • allow task core selection

v0.9.0

29 Oct 08:29
Compare
Choose a tag to compare
  • updated method signatures

v0.8.3

07 Apr 11:46
Compare
Choose a tag to compare
  • various networking fixes

v0.8.2

06 Apr 19:57
Compare
Choose a tag to compare
  • use new networking stack in test
  • support cmake based build system

v0.8.1

06 Apr 12:23
Compare
Choose a tag to compare
  • updated to esp-idf 4.4

v0.8.0

11 Feb 08:43
Compare
Choose a tag to compare
  • keep connecting until stopped

v0.7.4

09 Nov 14:03
Compare
Choose a tag to compare
  • do not require SSL certificate if verify is false (@jpf91)
  • Make esp_mqtt.h c++ compatible (@jpf91)
  • fixed includes
  • default to idf based monitor
  • allocate single buffer per event

v0.7.3

03 May 19:33
Compare
Choose a tag to compare
  • updated esp-idf