merged MI improvements, thx @rejoe2 #778
changed display inverter online message
This commit is contained in:
lumapu 2023-03-19 13:13:27 +01:00
parent d7c06fd5d8
commit 159b78c326
6 changed files with 169 additions and 82 deletions

View file

@ -108,7 +108,7 @@ void DisplayMono::disp(float totalPower, float totalYieldDay, float totalYieldTo
if (!(_mExtra % 10) && (ip)) {
printText(ip.toString().c_str(), 3);
} else if (!(_mExtra % 5)) {
snprintf(_fmtText, DISP_FMT_TEXT_LEN, "#%d Inverter online", isprod);
snprintf(_fmtText, DISP_FMT_TEXT_LEN, "%d Inverter on", isprod);
printText(_fmtText, 3);
} else {
if(mIsLarge && (NULL != mUtcTs))