dirtbikerxz / BaseTalonFXSwerve

Other
145 stars 181 forks source link

Re-add delay for motor init on MK4i modules #58

Open realjoshuau opened 8 months ago

realjoshuau commented 8 months ago

We found that the module offsets would keep getting lost when using MK4i modules because the resetModulesToAbsolute wasn't being called. This PR calls resetModulesToAbsolute after a 1-second delay to fix this issue.