From 365996f633a1eef3367abc30dfa4999126a1280c Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 4 Oct 2021 21:28:46 +0200 Subject: [PATCH] Fix compile --- tasmota/xnrg_13_fif_le01mr.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xnrg_13_fif_le01mr.ino b/tasmota/xnrg_13_fif_le01mr.ino index 35a956d15..3bc2ebc8a 100644 --- a/tasmota/xnrg_13_fif_le01mr.ino +++ b/tasmota/xnrg_13_fif_le01mr.ino @@ -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: