diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-26 16:18:26 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-28 16:11:46 +0100 |
commit | 006598ee46a227f52bcac7be172cd45a8a364aff (patch) | |
tree | 34c0a189dd55598e1d48456f21efdcc416584fc7 /examples/basic/signals.json | |
parent | 0542ed0b415302cc03907a97080b0cd007196147 (diff) |
Update examples and can_samples
Update of examples for new features (is_fd,is_extended,is_j1939).
Bug-AGL: SPEC-2386
Bug-AGL: SPEC-2976
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
Change-Id: I8c3afbafdde4f5818d73c0e71a3b7e47fb7d8fc6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'examples/basic/signals.json')
-rw-r--r-- | examples/basic/signals.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/basic/signals.json b/examples/basic/signals.json index 8d9a2d24..dc2e346c 100644 --- a/examples/basic/signals.json +++ b/examples/basic/signals.json @@ -27,6 +27,9 @@ "0x128": { "name": "ECM_z_5D2", "bus": "hs", + "is_fd" : false, + "is_extended": false, + "is_j1939" : false, "signals": { "StrAnglAct": { "generic_name": "SteeringWheelAngle", |