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 authored 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
Original file line number Diff line number Diff line change
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

0 comments on commit baf77ac

Please sign in to comment.