Quote:
Originally Posted by dar
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.