Fix unicode multiplication signs in comments

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 14:00:34 +07:00
parent 0f09c70215
commit 7c00320fe8

View File

@@ -107,10 +107,10 @@ ELECTRICAL_FIELDS = {
}
# Harmonics offsets within the electrical block
HARMONICS_V_OFFSET = 544 # 50 × float32 voltage harmonics (%)
HARMONICS_V_OFFSET = 544 # 50 x float32 voltage harmonics (%)
HARMONICS_V_COUNT = 50
UTHD_OFFSET = 744 # float32 UThd (%)
HARMONICS_I_OFFSET = 800 # 50 × float32 current harmonics (%)
HARMONICS_I_OFFSET = 800 # 50 x float32 current harmonics (%)
HARMONICS_I_COUNT = 50
ATHD_OFFSET = 1000 # float32 AThd (%)