Skip to content

Commit

Permalink
fix #505 missing claims _version init
Browse files Browse the repository at this point in the history
  • Loading branch information
KipK committed Jan 3, 2023
1 parent 65ca1bc commit c568dd8
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 c568dd8

Please sign in to comment.