Skip to content

Commit

Permalink
Revert "Check if MQTT remote IP is private (#5627)"
Browse files Browse the repository at this point in the history
This reverts commit 9a10907.
  • Loading branch information
thebentern authored Dec 21, 2024
1 parent d9b2878 commit 9c92b63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mqtt/MQTT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,6 @@ void MQTT::reconnect()
enabled = true; // Start running background process again
runASAP = true;
reconnectCount = 0;
#if !defined(ARCH_PORTDUINO)
isMqttServerAddressPrivate = isPrivateIpAddress(mqttClient.remoteIP());
#endif

publishNodeInfo();
sendSubscriptions();
Expand Down

0 comments on commit 9c92b63

Please sign in to comment.