mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
* fixed #41 HM800 Yield total and Yield day were mixed around. Found issue while comparing to Python version
* fixed #43 HM350 channel 2 is displayed in Live-View * added #42 YieldTotal and YieldTotal Day for HM600 - HM800 inverters
This commit is contained in:
parent
5acce759e0
commit
a35cb414a8
5 changed files with 24 additions and 7 deletions
|
@ -518,8 +518,8 @@ void app::showLiveData(void) {
|
|||
#ifdef LIVEDATA_VISUALIZED
|
||||
uint8_t modNum, pos;
|
||||
switch(iv->type) {
|
||||
default: modNum = 1; break;
|
||||
case INV_TYPE_1CH:
|
||||
default:
|
||||
case INV_TYPE_1CH: modNum = 1; break;
|
||||
case INV_TYPE_2CH: modNum = 2; break;
|
||||
case INV_TYPE_4CH: modNum = 4; break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue