Merge pull request #13508 from Noschvie/patch-9

Change comment for field voltage and frequency
This commit is contained in:
Theo Arends 2021-10-29 11:52:44 +02:00 committed by GitHub
commit c11083c306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ struct ENERGY {
uint8_t data_valid[ENERGY_MAX_PHASES]; uint8_t data_valid[ENERGY_MAX_PHASES];
uint8_t phase_count; // Number of phases active uint8_t phase_count; // Number of phases active
bool voltage_common; // Use single voltage bool voltage_common; // Use common voltage
bool frequency_common; // Use single frequency bool frequency_common; // Use common frequency
bool use_overtemp; // Use global temperature as overtemp trigger on internal energy monitor hardware bool use_overtemp; // Use global temperature as overtemp trigger on internal energy monitor hardware
bool kWhtoday_offset_init; bool kWhtoday_offset_init;