mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-30 01:06:11 +02:00
parent
cfb74c6a4c
commit
4265856814
3 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue