Skip to content

Throttle ramp is always reseting to MEDIUM when controller turns ON #1

@machadofelipe

Description

@machadofelipe

When setting throttle ramp to a value different them 2 (Medium throttle), after sending the command to switch ON the controller, the mode is always returning to Medium.
This issue started only after new Boost option implementation in the RUN button.

Suspect that last_throttle_ramp should be set at the same time as Throttle_ramp in the decreaseValue() and increaseValue().

case Throttle_ramp:
gVariables.Throttle_ramp = gVariables.Throttle_ramp < MAX_THROTTLE_RAMP ?
(gVariables.Throttle_ramp + 1) : MIN_THROTTLE_RAMP;
break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions