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
In order to compile in v1.6 only setup
option(LIBOCPP_ENABLE_V16 "Enable OCPP 1.6 in the ocpp library" ON)
option(LIBOCPP_ENABLE_V201 "Enable OCPP 2.0.1 in the ocpp library" OFF)
additional classes related to v2.0.1 are required.
OCPP Version
OCPP1.6
Describe the bug
In order to compile in v1.6 only setup
option(LIBOCPP_ENABLE_V16 "Enable OCPP 1.6 in the ocpp library" ON)
option(LIBOCPP_ENABLE_V201 "Enable OCPP 2.0.1 in the ocpp library" OFF)
additional classes related to v2.0.1 are required.
See [PR] #879
To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: