You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Hello! Thank you for putting this library together!
I noticed that the library bundles in ESP8266mDNS dependency, rather than requesting it to be installed separately at specific version.
the outcome is that any project that would depend on both mDNS and notifier spots and reports a conflict that cannot be easily resolved.
It would be great if the library used
__has_include
feature (confirmed to work) (https://en.cppreference.com/w/cpp/feature_test) to report missing dependency, eg.The text was updated successfully, but these errors were encountered: