mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-10-31 15:50:55 +03:00 
			
		
		
		
	* Functional update, host and service probes
* Fix ServiceMonitor.ino warnings
* Adding MDNSServiceQueryCallback functional
ServiceMonitor.ino needs some updates for web page but works on Serial output.
* DynamicServices Functional
* Fix ServiceMonitor to match latest MDNSServiceInfo
* Fix unused variable in LEAdns.h
* mDNS_Clock.ino fix
* example restyle
* Add keyValues and answerInfo
* Waring and formattin fix
* Change     struct MDNSServiceInfo   {  MDNSServiceInfo(MDNSResponder ...
to     struct MDNSServiceInfo { MDNSServiceInfo(MDNSResponder&
* Make AnswerType user friendly
* Update ServiceInfo example
* Code cleanup
* AnswerType update, Astyle update servicemonitor
* Update clock example to webserver
* Second typedef for probe callbacks
Change String -> const char* at multiple locations
* Optimizations
* Update callbacks to void
* esp32 compatibility
* std::map to const char*
* Fix emplace_back call
* Change Dynamic callback to void(...)
* Add WiFi events reset() in close()