Releases: luc-github/ESP32SSDP
Releases · luc-github/ESP32SSDP
1.2.2
What's Changed
*Move ssdp_method_t definition to private to avoid conflict
Full Changelog: 1.2.1...1.2.2
ESP32 Simple Service Discovery Library
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
Full Changelog: 1.2.1...2.0.0
ESP32 Simple Service Discovery Library (async version)
ESP32 Simple Service Discovery Library (async version)
- 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)
- Fix wrong type variable for interval
- AsyncWebServer usage example @B4stl3r
- Update Readme
ESP32 Simple Service Discovery Library (sync version)
- 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
Sync version based on ESP8266 library