fixed wrong TI-mode for car-profiles
This commit is contained in:
parent
6a8e6f2093
commit
f50d03692e
4 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -23,7 +23,7 @@ assign p_standby = 250 # Watt
|
|||
|
||||
assign validForCars = true
|
||||
assign pass1coefficient = 1.3
|
||||
assign turnInstructionMode = 2 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style
|
||||
assign turnInstructionMode = 1 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style
|
||||
|
||||
# classifier constants
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ assign p_standby = 250 # Watt
|
|||
|
||||
assign validForCars = true
|
||||
assign pass1coefficient = 1.3
|
||||
assign turnInstructionMode = 2 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style
|
||||
assign turnInstructionMode = 1 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style
|
||||
|
||||
# classifier constants
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ assign p_standby = 250 # Watt
|
|||
|
||||
assign validForCars = true
|
||||
assign pass1coefficient = 1.3
|
||||
assign turnInstructionMode = 2 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style
|
||||
assign turnInstructionMode = 1 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style
|
||||
|
||||
# classifier constants
|
||||
|
||||
|
|
Loading…
Reference in a new issue