We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a89d3 commit efb80efCopy full SHA for efb80ef
src/MicroOcpp/Operations/UnlockConnector.cpp
@@ -81,6 +81,7 @@ std::unique_ptr<JsonDoc> UnlockConnector::createConf() {
81
82
83
#if MO_ENABLE_V201
84
+#if MO_ENABLE_CONNECTOR_LOCK
85
86
#include <MicroOcpp/Model/RemoteControl/RemoteControlService.h>
87
@@ -159,4 +160,5 @@ std::unique_ptr<JsonDoc> UnlockConnector::createConf() {
159
160
} // namespace Ocpp201
161
} // namespace MicroOcpp
162
163
+#endif //MO_ENABLE_CONNECTOR_LOCK
164
#endif //MO_ENABLE_V201
0 commit comments