View Single Post
Old 08-07-2011, 01:47 PM   #766 (permalink)
eimix
EcoModding Lurker
 
Join Date: Aug 2010
Location: Lithuania
Posts: 74
Thanks: 3
Thanked 21 Times in 15 Posts
Quote:
Originally Posted by dar View Post
I use:
#define ISO_9141
#define useECUState
//#define DisconnectECUIfRPMIsZero
#define do_ISO_Reinit
#define skip_ISO_Init
#define carAlarmScreen
In my car (VW Passat 1999; gasoline, ISO_9141) it works. Then have tried #define DisconnectECUIfRPMIsZero, I has similar problem.
But necessary uncomment both: #define do_ISO_Reinit
#define skip_ISO_Init (I think, the checking at line 986-991 (ver 198) (987 #if defined skip_ISO_Init) is not working)
thanks for clearing up.
#if defined #ifdef and similar are not always catched and processed by arduino compiler

i will try to work on this.
  Reply With Quote