- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
7 lines
166 B
CMake
7 lines
166 B
CMake
if(EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY)
|
|
add_subdirectory(evse_security)
|
|
endif()
|
|
if(EVEREST_DEPENDENCY_ENABLED_LIBOCPP)
|
|
add_subdirectory(ocpp)
|
|
endif()
|