From 5fc7c6f796fa05ad1adf287ef39fe36c68848c26 Mon Sep 17 00:00:00 2001 From: Norbert <48217146+Noschvie@users.noreply.github.com> Date: Fri, 29 Oct 2021 08:51:21 +0200 Subject: [PATCH] Change comment for field voltage and frequency --- tasmota/xdrv_03_energy.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xdrv_03_energy.ino b/tasmota/xdrv_03_energy.ino index b35e39b6d..cde3d2e35 100644 --- a/tasmota/xdrv_03_energy.ino +++ b/tasmota/xdrv_03_energy.ino @@ -100,8 +100,8 @@ struct ENERGY { uint8_t data_valid[ENERGY_MAX_PHASES]; uint8_t phase_count; // Number of phases active - bool voltage_common; // Use single voltage - bool frequency_common; // Use single frequency + bool voltage_common; // Use common voltage + bool frequency_common; // Use common frequency bool use_overtemp; // Use global temperature as overtemp trigger on internal energy monitor hardware bool kWhtoday_offset_init;