View Single Post
      10-15-2019, 09:45 AM   #57
homerrr
First Lieutenant
homerrr's Avatar
United_States
134
Rep
326
Posts

Drives: BMW G05
Join Date: Sep 2019
Location: US

iTrader: (0)

question on speedlock settings; I have coded this:

Ability to view text messages, control messages and Widget setup screen whilest in motion (up to 63km/hr only), the following codes are in (3E53 - HU_MGU)
SPEEDLOCK_SPEEDVALUE_MIN - set wrete value to 1F
SPEEDLOCK_SPEEDVALUE_MAX - set wrete value to 3F
SERVICES_MESSAGES_SPEEDLOC_CONDITION - set to none
SPEEDLOCK_CAR_STANDSTILL - set to none
SPEEDLOCK_TEXT_LENGTH - set to whole_text

works fine, but it conflicts with VIM regarding the settings in SPEEDLOCK_SPEEDVALUE_MAX and MIN, where VIM needs that set at none and werte 00, if I am not mistaken. so, do I have to choose between one or the other or is there a way?
Thanks
Appreciate 0