Skip to content

Releases: luc-github/ESP32SSDP

ESP32 Simple Service Discovery Library

22 Jan 06:04

Choose a tag to compare

What's Changed

  • Add started API to know the status
  • Compatible to ESP32 core 2.x and 3.x by @mathertel in #44

New Contributors

Full Changelog: 2.0.0...2.0.3

1.2.2

03 Jun 01:51

Choose a tag to compare

ESP32 Simple Service Discovery Library

03 Jun 01:40

Choose a tag to compare

What's Changed

  • Version compatible with ESP32 core 3.0.0 based on 1.2.2 of ESP32SSDP
  • Remove deprecated functions present in 1.2.2 of ESP32SSDP
  • Update sample code

⚠️ Important: This is a breaking change due to new ESP32 core 3.0.0 API and due to removing of deprecated functions.

Full Changelog: 1.2.1...2.0.0

ESP32 Simple Service Discovery Library (async version)

21 Mar 02:15
b8e04d2

Choose a tag to compare

What's Changed

  • Fix regression issue : ttl is not actually used

Full Changelog: 1.2.0...1.2.1

ESP32 Simple Service Discovery Library (async version)

25 Mar 01:58

Choose a tag to compare

  • Use asyncudp instead of wifiudp and timer
  • Move sources to scr
  • Use github-ci instead of travis-ci
  • Add debug possibility if used with ESP3Lib / Marlin

ESP32 Simple Service Discovery Library (sync version)

25 Mar 01:26
6cd752b

Choose a tag to compare

  • Fix wrong type variable for interval
  • AsyncWebServer usage example @B4stl3r
  • Update Readme

ESP32 Simple Service Discovery Library (sync version)

19 Sep 06:41
bb690b1

Choose a tag to compare

  • Fix wrong type variable for ttl (@datacute)
  • Fix typo in library file (@MitchBradley)
  • Fix description template for icons (@CriPstian)
  • Better MX Delay (@f34rdotcom)
  • Better RFC implementation (@f34rdotcom)
  • Easy access to schema
  • Add functions to setUUID / setServices/SetIcons/setModelDescription/setServer

ESP32 Simple Service Discovery Library

07 Feb 05:51
c88e176

Choose a tag to compare

Sync version based on ESP8266 library