By default this firmware uses daylight to change between day/night modes on head unit however my requirements now have changed and I think it would be better if my headlights can change it from day to night
So using code from here: #1 (comment)
Thank you @jesusvallejo for this
I am able to change it so that if my headlights switch is off the screen is day and if my headlights switch is on night mode is activated
For my car (XC90) for earlier models this is fine however later models have an auto headlight option, problem is that for auto headlight option you have to have headlight switch in on position so canbus thinks headlights are always on and switches to dark mode even if headlights are actually off
Is there something in the code that can detect actual on/off state of headlights instead of the state of the headlight switch?
By default this firmware uses daylight to change between day/night modes on head unit however my requirements now have changed and I think it would be better if my headlights can change it from day to night
So using code from here: #1 (comment)
Thank you @jesusvallejo for this
I am able to change it so that if my headlights switch is off the screen is day and if my headlights switch is on night mode is activated
For my car (XC90) for earlier models this is fine however later models have an auto headlight option, problem is that for auto headlight option you have to have headlight switch in on position so canbus thinks headlights are always on and switches to dark mode even if headlights are actually off
Is there something in the code that can detect actual on/off state of headlights instead of the state of the headlight switch?