Skip to content

Commit

Permalink
Updating values based on experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
perrrre committed Feb 13, 2025
1 parent 36bbf81 commit dd0cd98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/internal_combustion_engine_control/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parameters:
max: 10
decimal: 1
increment: 0.1
default: 1
default: 5

ICE_STARTING_DUR:
description:
Expand All @@ -44,7 +44,7 @@ parameters:
max: 10
decimal: 1
increment: 0.1
default: 2
default: 5

ICE_MIN_RUN_RPM:
description:
Expand All @@ -55,7 +55,7 @@ parameters:
max: 10000
decimal: 0
increment: 1
default: 1000
default: 2000

ICE_STRT_RETRY:
description:
Expand Down

0 comments on commit dd0cd98

Please sign in to comment.