corrected github action

corrected MQTT `comm_disabled` #529
This commit is contained in:
lumapu 2023-01-07 11:55:45 +01:00
parent cfb74c6a4c
commit 4265856814
3 changed files with 3 additions and 2 deletions

View file

@ -172,7 +172,7 @@ void app::tickIVCommunication(void) {
onceAt(std::bind(&app::tickIVCommunication, this), nxtTrig);
}
if (mConfig->mqtt.broker[0] > 0)
mMqtt.tickerComm(mIVCommunicationOn);
mMqtt.tickerComm(!mIVCommunicationOn);
}
//-----------------------------------------------------------------------------