Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteSchm committed Apr 12, 2023
1 parent a893260 commit 1e4337e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowerLimiter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void PowerLimiterClass::init()
void PowerLimiterClass::loop()
{
CONFIG_T& config = Configuration.get();

// Run inital checks to make sure we have met the basic conditions
if ( !config.PowerMeter_Enabled
|| !Hoymiles.getRadio()->isIdle()
Expand Down

0 comments on commit 1e4337e

Please sign in to comment.