View Single Post
      03-04-2013, 06:43 AM   #2850
avgor123
Private First Class
avgor123's Avatar
Russian Federation
1
Rep
122
Posts

Drives: F30 320D Sport
Join Date: Sep 2012
Location: St.Petersburg

iTrader: (0)

Garage List
Quote:
Originally Posted by AntBabeee View Post
How do i code it so that my car doesn't check for error in the reverse lights? I put in error free LED reverse light but it flickers when i turn on car and randomly while driving.

Another member told me its the car constantly checking bulbs so it flicks when it check. Said it's possible to code it so it doesn't check.

Is there an option to just code the reverse check only or if code the check off then its for all lights in car?
I think you can try this:

REM>3061>RFS_L_IS_LED
REM>3061>RFS_R_IS_LED
set to active

or

REM>3061>RFS_L_KALTUEBERWACHUNG
REM>3061>RFS_L_WARMUEBERWACHUNG
REM>3061>RFS_R_KALTUEBERWACHUNG
REM>3061>RFS_R_WARMUEBERWACHUNG
set to nicht_activ
Appreciate 0