diff --git a/src/MicroOcpp.cpp b/src/MicroOcpp.cpp index 262ffb43..666d7c3f 100644 --- a/src/MicroOcpp.cpp +++ b/src/MicroOcpp.cpp @@ -232,6 +232,8 @@ void mocpp_initialize(Connection& connection, const char *bootNotificationCreden configuration_init(filesystem); //call before each other library call + declareConfiguration("MicroOcppVersion", MO_VERSION, MO_KEYVALUE_FN, false, false, false); + context = new Context(connection, filesystem, bootstats.bootNr); auto& model = context->getModel();