We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9a856 commit 92aed53Copy full SHA for 92aed53
src/VictronSmartShunt.cpp
@@ -37,7 +37,7 @@ void VictronSmartShunt::loop()
37
{
38
VeDirectShunt.loop();
39
40
- if (VeDirectShunt.getLastUpdate() <= _lastUpdate) { return; }
+ if (VeDirectShunt.getLastUpdate() == _lastUpdate) { return; }
41
42
_stats->updateFrom(VeDirectShunt.getData());
43
_lastUpdate = VeDirectShunt.getLastUpdate();
0 commit comments