We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446f157 commit 9f46927Copy full SHA for 9f46927
src/Homie/Boot/BootNormal.cpp
@@ -123,7 +123,7 @@ void BootNormal::loop() {
123
}
124
125
for (HomieNode* iNode : HomieNode::nodes) {
126
- if (iNode->runLoopDisconnected || (Interface::get().getMqttClient().connected()) && _mqttConnectNotified ) iNode->loop();
+ if (iNode->runLoopDisconnected || (Interface::get().getMqttClient().connected() && _mqttConnectNotified)) iNode->loop();
127
128
if (_mqttReconnectTimer.check()) {
129
_mqttConnect();
0 commit comments