mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-08 21:51:38 +02:00
0.5.104
* further improved save settings * removed `#` character from ePaper * fixed saving pinout for `Nokia-Display` * removed `Reset` Pin for monochrome displays
This commit is contained in:
parent
296597a589
commit
a6b8794855
7 changed files with 85 additions and 85 deletions
|
@ -168,7 +168,7 @@ void DisplayEPaper::actualPowerPaged(float _totalPower, float _totalYieldDay, fl
|
|||
_display->println("kWh");
|
||||
|
||||
_display->setCursor(0, _display->height() - (mHeadFootPadding + 10));
|
||||
snprintf(_fmtText, sizeof(_fmtText), "#%d Inverter online", _isprod);
|
||||
snprintf(_fmtText, sizeof(_fmtText), "%d Inverter online", _isprod);
|
||||
_display->println(_fmtText);
|
||||
|
||||
} while (_display->nextPage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue