This commit is contained in:
Martin Brodbeck 2022-06-05 18:50:17 +02:00
parent 7a79ff85b5
commit 4fbb58f1c4
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ int main() {
relais.activate(isHeating);
lcdText = fmt::format("ACT: {:05.2f} {}C {}\nACT: {:05.2f} {}C {}",
lcdText = fmt::format("ACT: {:05.2f}{}C {}\nACT: {:05.2f}{}C {}",
temp_act, CUSTOM_CHAR_DEG, heatInfo, temp_tgt,
CUSTOM_CHAR_DEG, systemInfo);
myLCD.setCursor(0, 0);