You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MicroOcpp::makeDefaultFilesystemAdapter(MicroOcpp::FilesystemOpt::Use_Mount_FormatOnFail), //If this library should format the flash if necessary. Find further options in ConfigurationOptions.h
112
112
bool autoRecover = false, //automatically sanitize the local data store when the lib detects recurring crashes. Not recommended during development
113
-
MicroOcpp::ProtocolVersion version = MicroOcpp::ProtocolVersion(1,6),
114
-
std::unique_ptr<MicroOcpp::CertificateStore> certStore = nullptr); //optionally use custom Cert Store (default depends on MbedTLS)
113
+
MicroOcpp::ProtocolVersion version = MicroOcpp::ProtocolVersion(1,6));
115
114
116
115
/*
117
116
* Stop the OCPP library and release allocated resources.
0 commit comments