Skip to content

In resetbot.py, Servos 3 and 4 are never freed #90

@SaintSampo

Description

@SaintSampo

In the function reset_servos(), Servos 3 and 4 are never reset:

def reset_servos():
    from XRPLib.servo import Servo
    # Turn off both Servos
    Servo.get_default_servo(1).free()
    Servo.get_default_servo(2).free()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions