mirror of
https://github.com/agessaman/MeshCore.git
synced 2026-07-17 07:21:49 +00:00
Fix remaining conflict marker in maintainAnalyzerConnections
This commit is contained in:
@@ -1333,11 +1333,6 @@ void MQTTBridge::publishStatusToAnalyzerClient(PsychicMqttClient* client, const
|
||||
}
|
||||
|
||||
void MQTTBridge::maintainAnalyzerConnections() {
|
||||
<<<<<<< HEAD
|
||||
// PsychicMqttClient handles connection maintenance and reconnection automatically
|
||||
// No manual maintenance needed - the library manages this internally
|
||||
// Connection state changes are handled via the onConnect/onDisconnect callbacks
|
||||
=======
|
||||
if (!_identity) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user