Skip to content

Commit

Permalink
0.8.123
Browse files Browse the repository at this point in the history
* fix ESP8266 compile
  • Loading branch information
lumapu committed May 30, 2024
1 parent 1d7940a commit 8d4ca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publisher/pubMqttIvData.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class PubMqttIvData {
else
strcat(mVal.data(), "}");
}
mPublish(F("total"), mVal.data(), true, QOS_0);
mPublish("total", mVal.data(), true, QOS_0);
}
mSendList->pop();
mSendTotals = false;
Expand Down

0 comments on commit 8d4ca49

Please sign in to comment.