Skip to content

Commit

Permalink
Merge pull request #507 from KipK/#505
Browse files Browse the repository at this point in the history
fix #505 missing claims _version init
  • Loading branch information
jeremypoulter authored Jan 5, 2023
2 parents 65ca1bc + c568dd8 commit 27d724a
Showing 1 changed file with 1 addition and 0 deletions.
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 27d724a

Please sign in to comment.