Skip to content

Commit

Permalink
Update _P190_Ventus_W266_RFM69.ino
Browse files Browse the repository at this point in the history
PluginStats set to false
  • Loading branch information
chunter1 committed May 8, 2023
1 parent f297868 commit baf77ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _P190_Ventus_W266_RFM69.ino
Expand Up @@ -1189,7 +1189,7 @@ boolean Plugin_190(uint8_t function, struct EventStruct *event, String& string)
Device[deviceCount].ValueCount = 3;
Device[deviceCount].TimerOption = false;
Device[deviceCount].TimerOptional = false;
Device[deviceCount].PluginStats = true;
Device[deviceCount].PluginStats = false;
break;
}

Expand Down

1 comment on commit baf77ac

@tonhuisman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason you're still using and updating this version of the plugin although there has been an official Ventus plugin in ESPEasy (P046) for ages (seeing the low plugin ID) that could use some TLC?

Please sign in to comment.