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
with the addition of transmission type bit field data. Channels can automatically identify if the channel is a shared channel. Certain profiles (bike lights) use shared channels. This re-arranges the order of the first 2 to 3 bytes depending on the mode. This change should be transparent to the user.
One of two solutions exist. One is to add this into the BaseDataPage(Msg) but then all profiles have to carry the burden of using this additional check when accessing data.
An alternative is to extend the BaseDataPage into a "shareable" datapage which implements the additional logic so the marginal overhead of one additional check is not seen by other profiles.
The text was updated successfully, but these errors were encountered:
with the addition of transmission type bit field data. Channels can automatically identify if the channel is a shared channel. Certain profiles (bike lights) use shared channels. This re-arranges the order of the first 2 to 3 bytes depending on the mode. This change should be transparent to the user.
One of two solutions exist. One is to add this into the BaseDataPage(Msg) but then all profiles have to carry the burden of using this additional check when accessing data.
An alternative is to extend the BaseDataPage into a "shareable" datapage which implements the additional logic so the marginal overhead of one additional check is not seen by other profiles.
The text was updated successfully, but these errors were encountered: