You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observe on 37e8ad5 (Jan 19 2022) that the multiplexed signals present on the incoming frame are prepended to the cached information, resulting in the display of some duplicated signals.
The changing position of the signals makes them difficult to read.
So I made a change such that the signals look like this:
Searching issues, I found that you put in work in early 2021 to implement multiplexors of arbitrary depth. #301
I've not tested whether my change is compatible with multiplexors of arbitrary depth.
Hi @collin80 . Thanks for SavvyCAN.
I observe on 37e8ad5 (Jan 19 2022) that the multiplexed signals present on the incoming frame are prepended to the cached information, resulting in the display of some duplicated signals.
The changing position of the signals makes them difficult to read.
So I made a change such that the signals look like this:
Searching issues, I found that you put in work in early 2021 to implement multiplexors of arbitrary depth.
#301
I've not tested whether my change is compatible with multiplexors of arbitrary depth.
Pull Request:
#450
I tested this on Ubuntu as follows:
dbc.dbc
simNode.py
The text was updated successfully, but these errors were encountered: