View Single Post
Old 03-30-2011, 06:05 AM   #653 (permalink)
eimix
EcoModding Lurker
 
Join Date: Aug 2010
Location: Lithuania
Posts: 74
Thanks: 3
Thanked 21 Times in 15 Posts
Config menu response

In config menu - some times buttons are not responding as they should or delay ir slow.

In ISO mode it is because in accu_trip() minimum 3 pids are readed and we get 3x55ms=165ms + some more gap in ACCU_WAIT frame then buttons are inactive.
Need to minimize PID read delay or increase ACCU_WAIT for better config menu response.

I will try:
#define ISORequestDelay 35
#define ACCU_WAIT 2000 // or more

Commonly car is not moving in config menu so there is no need to accumulate data so often, right?

For a while i do not see any other problem in config menu button response issue.
  Reply With Quote