diff --git a/src/stm32_vcu.cpp b/src/stm32_vcu.cpp index c209cece..a17e0363 100644 --- a/src/stm32_vcu.cpp +++ b/src/stm32_vcu.cpp @@ -798,6 +798,7 @@ extern "C" int main(void) UpdateCharger(); UpdateChargeInt(); UpdateBMS(); + UpdateHeater(); Stm32Scheduler s(TIM4); //We never exit main so it's ok to put it on stack scheduler = &s;