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.