This commit is contained in:
MalteSchm 2023-04-06 20:06:55 +02:00
parent a893260de0
commit 1e4337e900

View File

@ -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()