View Single Post
      12-21-2019, 04:13 PM   #204
SDriver18i
Private First Class
SDriver18i's Avatar
No_Country
80
Rep
139
Posts

Drives: BMW X1 s18i 2019
Join Date: May 2019
Location: *

iTrader: (0)

An update on how to activate Fog lights with Welcome Lights with Bimmercode in the F48.

A quick reminder that this will turn on your fogs lights everytime you turn on your high beams!
That's the only way you're gonna get the fog lights to work with the welcome lights.


Bimmercode > BDC OR FEM > ExpertMode > LCELampMapping

Change the following:

MAPPING_SIDEMARKER_L_FUNCTION = 05 (High Beam)
MAPPING_SIDEMARKER_L_OUTPUT = 0B (Fog Lamp L)
MAPPING_SIDEMARKER_L_PWM_LEVEL_STANDARD = 89 (13.7V)
MAPPING_SIDEMARKER_L_FIXED_PWM = 00 (pwm)
MAPPING_SIDEMARKER_L_PRIORITY = 03 (bottom priority)
MAPPING_SIDEMARKER_R_FUNCTION = 05 (High Beam)
MAPPING_SIDEMARKER_R_OUTPUT = 0C (Fog Lamp R)
MAPPING_SIDEMARKER_R_PWM_LEVEL_STANDARD = 89 (13.7V)
MAPPING_SIDEMARKER_R_FIXED_PWM = 00 (pwm)
MAPPING_SIDEMARKER_R_PRIORITY = 03 (bottom priority)

Example:

Appreciate 1
x1noob3.00