mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
Readme: Added more (redundant) info n libraries to be installed;
Added output on non configured converters in /index.html statistic Target: Avoid pitfalls and open questions for beginners
This commit is contained in:
parent
e5adf23ee9
commit
821ab2601e
2 changed files with 7 additions and 0 deletions
|
@ -636,6 +636,9 @@ void app::showStatistics(void) {
|
|||
content += F("-> last successful transmission: ") + getDateTimeStr(iv->getLastTs()) + "\n";
|
||||
}
|
||||
}
|
||||
else {
|
||||
content += F("Inverter ") + String(i) + F(" not (correctly) configured\n");
|
||||
}
|
||||
}
|
||||
|
||||
if(!mSys->Radio.isChipConnected())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue