mirror of https://github.com/arendst/Tasmota.git
Fix compile
This commit is contained in:
parent
fe5bdea577
commit
365996f633
|
@ -182,7 +182,7 @@ void FifLEEvery250ms(void)
|
|||
|
||||
case 7:
|
||||
Energy.import_active[0] = value_buff * 0.01f; // [kWh]
|
||||
Le01mr.total_active = Energy.import_active[0] // Useless
|
||||
Le01mr.total_active = Energy.import_active[0]; // Useless
|
||||
break;
|
||||
|
||||
case 8:
|
||||
|
|
Loading…
Reference in New Issue