Skip to content

Commit

Permalink
Fix: Merge with Upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Schimanek committed Aug 20, 2024
1 parent 32db56f commit 5fb3d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PowerMeterProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ void PowerMeterProvider::mqttPublish(String const& topic, float const& value) co

void PowerMeterProvider::mqttLoop() const
{
if (!_verboseLogging) { return; }

if (!MqttSettings.getConnected()) { return; }

if (!isDataValid()) { return; }
Expand Down

0 comments on commit 5fb3d45

Please sign in to comment.