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
ST170 data generates data at approx 1/6 the required rate meaning RPM seen in tunerstudio doesn't match what is generated in Ardu-Stim. Change to wheels Wheels[MAX_WHEELS] array required to set the st170 entry as follows.
{ ford_st170_friendly_name, ford_st170, 3.0, 720, 720 },
3a92 pattern also incorrect. Pattern in wheel_defs.h should be,
const unsigned char mitsubishi_3A92 [] PROGMEM =
{
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
2,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,0,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,2,0,
2,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,0,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,2,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
0,0,0,0
};
Will attemp to push fixes into git.
The text was updated successfully, but these errors were encountered:
ST170 data generates data at approx 1/6 the required rate meaning RPM seen in tunerstudio doesn't match what is generated in Ardu-Stim. Change to wheels Wheels[MAX_WHEELS] array required to set the st170 entry as follows.
{ ford_st170_friendly_name, ford_st170, 3.0, 720, 720 },
3a92 pattern also incorrect. Pattern in wheel_defs.h should be,
const unsigned char mitsubishi_3A92 [] PROGMEM =
{
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
2,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,0,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,2,0,
2,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,0,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,2,0,1,0,
1,0,1,0,1,0,1,0,1,0,
1,0,1,0,1,0,1,0,1,0,
0,0,0,0
};
Will attemp to push fixes into git.
The text was updated successfully, but these errors were encountered: