Skip to content

Commit

Permalink
Add in new TCC adapt map data for 18/1/24+ FW
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Jan 18, 2024
1 parent 3f8b7bb commit 7e021a0
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions config_app/src/ui/map_editor/map_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,29 @@ pub(crate) const MAP_ARRAY: &[MapData] = &[
),
MapData::new(
0xA0,
"Torque converter lock adapt map (Low torque)",
"Torque converter slip adapt map",
"%",
"",
"Gear",
"",
"Slipping pressure(mBar)",
"mBar",
None,
Some(&["D1", "D2", "D3", "D4", "D5"]),
false
//None
),
MapData::new(
0xA1,
"Torque converter lock adapt map",
"%",
"",
"Gear",
"",
"Locking pressure(mBar)",
"mBar",
Some(&["D1", "D2", "D3", "D4", "D5"]),
None,
Some(&["D1", "D2", "D3", "D4", "D5"]),
false
//None
),
Expand Down

0 comments on commit 7e021a0

Please sign in to comment.