Skip to content

Commit

Permalink
fix #505 initialise _version at begin()
Browse files Browse the repository at this point in the history
  • Loading branch information
KipK committed Jan 3, 2023
1 parent 65ca1bc commit f9d290a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openevse-gui-v2
Submodule openevse-gui-v2 added at 454a8d
1 change: 1 addition & 0 deletions src/evse_man.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ unsigned long EvseManager::loop(MicroTasks::WakeReason reason)

bool EvseManager::begin()
{
_version = 0;
MicroTask.startTask(this);

return true;
Expand Down

0 comments on commit f9d290a

Please sign in to comment.