mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-19 01:07:15 +02:00
Revert "* Divisor HM-400 angepasst (für Wh)"
This reverts commit c65607026c
.
This commit is contained in:
parent
a3e5fd93f2
commit
aa2c495d2f
2 changed files with 2 additions and 2 deletions
|
@ -433,7 +433,7 @@ void app::showLiveData(void) {
|
|||
char topic[30], val[10];
|
||||
for(uint8_t i = 0; i < iv->listLen; i++) {
|
||||
snprintf(topic, 30, "%s/ch%d/%s", iv->name, iv->assign[i].ch, mSys->getFieldName(iv, i));
|
||||
snprintf(val, 12, "%.3f %s", mSys->getValue(iv, i), mSys->getUnit(iv, i));
|
||||
snprintf(val, 10, "%.3f %s", mSys->getValue(iv, i), mSys->getUnit(iv, i));
|
||||
modHtml += String(topic) + ": " + String(val) + "\n";
|
||||
}
|
||||
modHtml += "</pre>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue