mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 18:26:21 +02:00
mCfgMqtt statt cfg_mqtt
This commit is contained in:
parent
59b1fe866f
commit
d664221e54
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ class PubMqtt {
|
|||
}
|
||||
|
||||
void sendData(Inverter<> *iv, uint8_t curInfoCmd) {
|
||||
if (cfg_mqtt->json)
|
||||
if (mCfgMqtt->json)
|
||||
return;
|
||||
|
||||
record_t<> *rec = iv->getRecordStruct(curInfoCmd);
|
||||
|
|
Loading…
Add table
Reference in a new issue