always add teleinfo values in telemetry

always add teleinfo values in telemetry, whatever rawdata is selected or not
This commit is contained in:
Charles 2021-04-02 17:17:18 +02:00
parent e3c1aa8836
commit 73128acce3
1 changed files with 1 additions and 3 deletions

View File

@ -594,9 +594,7 @@ void TInfoShow(bool json)
}
// add teleinfo full frame only if no teleinfo raw data setup
if (!Settings.flag4.teleinfo_rawdata) {
ResponseAppendTInfo(',');
}
ResponseAppendTInfo(',');
#ifdef USE_WEBSERVER