mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-12 10:18:41 +01:00
Merge pull request #13274 from arendst/fix_xnrg13fif
Fix compile error xnrg13
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user