diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-20 15:31:14 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-12-03 19:46:26 +0100 |
commit | 1f57e04d955877654ce4ac055dbb533281ce4af5 (patch) | |
tree | 38d5f3afcf358329c3d5c6e0f834c6217608f831 /conf.d/project/etc | |
parent | 7eb266ac372a3ccfc0857a6a63d9f6c88afa1ffd (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.
Change-Id: Id986d19751db958ad5cf3b7f2b2c5443d4ceb062
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc')
-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": [ |