mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-06 08:24:27 +01:00
- generic mdns query function so we don't forget about the removeQuery() - full handle mdns logic in the mqtt module, check for running mdns instance and periodically poll for _mqtt._tcp service - autoconnect only when MQTT is enabled *and* there is no server - use mqtt::settings and mqtt::build namespaces for settings - some refactoring for topic <-> setting application - prefer const String& to const char* in topic generation