Skip to content

Commit

Permalink
Fix missing temperature sensor ( i2c was reset after temp sensor init…
Browse files Browse the repository at this point in the history
…ialisation )
  • Loading branch information
KipK committed Apr 24, 2023
1 parent 6aa8d3e commit 8e8e30a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions firmware/open_evse/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2486,12 +2486,13 @@ void setup()
#ifdef PP_AUTO_AMPACITY
g_EvseController.SetStateTransitionReqFunc(&StateTransitionReqFunc);
#endif //PP_AUTO_AMPACITY

EvseReset();

#ifdef TEMPERATURE_MONITORING
g_TempMonitor.Init();
#endif

EvseReset();


#ifdef BOOTLOCK
#ifdef LCD16X2
Expand Down

0 comments on commit 8e8e30a

Please sign in to comment.