collin80 / GVRET

Generalized Vehicle Reverse Engineering Tool - firmware for Arduino Due based boards
99 stars 32 forks source link

Setting speed doesn't take immediate effect #12

Closed collin80 closed 8 years ago

collin80 commented 8 years ago

In the bleeding edge SavvyCAN (143) and the bleeding edge GVRET (330) the bus speed does not immediately update when you change it in SavvyCAN. It seems to store the new value and use it upon next boot though. Figure out which end is messing up here. The issue is here at GVRET because that's the most likely culprit since the new value seems to be stored. Fix it!

collin80 commented 8 years ago

Fixed it (will be in version 331) but it showed another issue which will be raised separately.