File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ libcurl:
3535# Josev
3636Josev :
3737 git : https://github.com/EVerest/ext-switchev-iso15118.git
38- git_tag : ec48efc4034a5e52139f05b88ac1dcdd61583639
38+ git_tag : 6099df7283a00cde3178401fb1655a533dc213ce
3939 cmake_condition : " EVEREST_ENABLE_PY_SUPPORT AND EVEREST_DEPENDENCY_ENABLED_JOSEV"
4040# linux_libnfc-nci for RFID
4141libnfc-nci :
Original file line number Diff line number Diff line change @@ -38,13 +38,16 @@ async def evcc_handler_main_loop(module_config: dict):
3838 evcc_config = EVCCConfig ()
3939 patch_josev_config (evcc_config , module_config )
4040
41+ exi_codec = ExificientEXICodec ()
42+
4143 await EVCCHandler (
4244 evcc_config = evcc_config ,
4345 iface = iface ,
44- exi_codec = ExificientEXICodec () ,
46+ exi_codec = exi_codec ,
4547 ev_controller = SimEVController (evcc_config ),
4648 ).start ()
4749
50+ exi_codec .shutdown ()
4851
4952class PyEVJosevModule ():
5053 def __init__ (self ) -> None :
You can’t perform that action at this time.
0 commit comments