From baf77ac526c9312cfd2550b947473fe2c62c6d07 Mon Sep 17 00:00:00 2001 From: chunter1 <16907942+chunter1@users.noreply.github.com> Date: Mon, 8 May 2023 11:37:10 +0200 Subject: [PATCH] Update _P190_Ventus_W266_RFM69.ino PluginStats set to false --- _P190_Ventus_W266_RFM69.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_P190_Ventus_W266_RFM69.ino b/_P190_Ventus_W266_RFM69.ino index ba0d47c..bf19b7d 100644 --- a/_P190_Ventus_W266_RFM69.ino +++ b/_P190_Ventus_W266_RFM69.ino @@ -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; }