diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-20 15:31:14 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 15:55:03 +0100 |
commit | 04b7efcdd1a8dfdf461c78d083aabee5445e54bd (patch) | |
tree | ccb146ebee3324b2e220430d476b1d9addaa451c /conf.d/project | |
parent | 47322aceac11e3142af4339260a74ccfba675e17 (diff) |
can-bus: Use configuration from JSON file
Use configuration from JSON file instead of the old INI file. Now all configuration files
lies within the binding tree.
Bug-AGL: SPEC-2988
Change-Id: Id986d19751db958ad5cf3b7f2b2c5443d4ceb062
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/etc/control-low-can.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/project/etc/control-low-can.json b/conf.d/project/etc/control-low-can.json index e59c39c4..0b10d33d 100644 --- a/conf.d/project/etc/control-low-can.json +++ b/conf.d/project/etc/control-low-can.json @@ -8,6 +8,10 @@ }, "config": { "active_message_set": 0, + "dev-mapping": { + "hs": "can0", + "ls": "can0" + }, "diagnostic_bus": "hs" }, "plugins": [ |