Skip to content

Commit

Permalink
track MO_VERSION on flash
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Oct 21, 2023
1 parent 28f9f18 commit 540d20f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MicroOcpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ void mocpp_initialize(Connection& connection, const char *bootNotificationCreden

configuration_init(filesystem); //call before each other library call

declareConfiguration<const char*>("MicroOcppVersion", MO_VERSION, MO_KEYVALUE_FN, false, false, false);

context = new Context(connection, filesystem, bootstats.bootNr);
auto& model = context->getModel();

Expand Down

0 comments on commit 540d20f

Please sign in to comment.