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
in order to do this we will need to change how the tasking is done slightly I think from being built entirely around awaiting CAN messages and only once we have received a CAN message do we think about doing something else.
i think the blocking needs to be removed essentially? i dont believe we should await on CAN cuz if we are disconnected from CAN and continuously awaiting a CAN receive then we would be missing any parameter changes I think?
needs testing
The text was updated successfully, but these errors were encountered:
https://github.com/hytech-racing/ht_params
in order to do this we will need to change how the tasking is done slightly I think from being built entirely around awaiting CAN messages and only once we have received a CAN message do we think about doing something else.
i think the blocking needs to be removed essentially? i dont believe we should await on CAN cuz if we are disconnected from CAN and continuously awaiting a CAN receive then we would be missing any parameter changes I think?
needs testing
The text was updated successfully, but these errors were encountered: