Fix mDNS integration with rmt

This commit is contained in:
2025-07-12 23:50:53 -04:00
parent 3d85ae97a6
commit e0d0737f36
5 changed files with 10 additions and 4 deletions

View File

@@ -95,7 +95,9 @@ void CommunicationRouter::update_leader() {
this->m_leader = max;
mDNSDiscoveryService::set_connected_boards(connected_module_ids);
if (this->m_leader == m_module_id) {
mDNSDiscoveryService::set_connected_boards(connected_module_ids);
}
this->m_last_leader_updated = std::chrono::system_clock::now();
}