mirror of https://github.com/arendst/Tasmota.git
Merge pull request #13274 from arendst/fix_xnrg13fif
Fix compile error xnrg13
This commit is contained in:
commit
da32cbdfa7
|
@ -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