Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- 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
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
settings:
|
||||
telemetry_enabled: false
|
||||
active_modules:
|
||||
bsp_1:
|
||||
module: evse_board_support_API
|
||||
config_module:
|
||||
cfg_communication_check_to_s: 0
|
||||
cfg_heartbeat_interval_ms: 1000
|
||||
ovm_1:
|
||||
module: over_voltage_monitor_API
|
||||
config_module:
|
||||
cfg_communication_check_to_s: 0
|
||||
cfg_heartbeat_interval_ms: 1000
|
||||
|
||||
bsp_ui:
|
||||
module: BUEvseBoardSupport
|
||||
standalone: true
|
||||
connections:
|
||||
bsp:
|
||||
- module_id: bsp_1
|
||||
implementation_id: main
|
||||
ovm_ui:
|
||||
module: BUOverVoltageMonitor
|
||||
standalone: true
|
||||
connections:
|
||||
ovm:
|
||||
- module_id: ovm_1
|
||||
implementation_id: main
|
||||
Reference in New Issue
Block a user