aboutsummaryrefslogtreecommitdiffstats
path: root/conf/files/etc/gear_shift_para.json
blob: 3b58da78b02ba10ac80bb52f33b61e001dfcfc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"GEAR_PARA" : [
		{
		"POS"			: "First",
		"VAL"			: "4.12",
		},
		{
		"POS"			: "Second",
		"VAL"			: "2.84",
		},
		{
		"POS"			: "Third",
		"VAL"			: "2.28",
		},
		{
		"POS"			: "Fourth",
		"VAL"			: "1.45",
		},
		{
		"POS"			: "Fifth",
		"VAL"			: "1.0",
		},
		{
		"POS"			: "Sixth",
		"VAL"			: "0.69",
		},
		{
		"POS"			: "Reverse",
		"VAL"			: "3.21",
		},
	]
}