Skip to content

Last parameter for makeLNCVresponse should be 0x00 for notifyLNCVprogrammingStart #43

Description

@StephHamburg

makeLNCVresponse(response.ub, LnPacket->ub.SRC, LnPacket->ub.payload.data.deviceClass, 0x00, LnPacket->ub.payload.data.lncvValue, 0x80);

Thanks for the great LocoNet implementation! Used it for the new Faller Car System. Please check the last parameter at

makeLNCVresponse(response.ub, LnPacket->ub.SRC, LnPacket->ub.payload.data.deviceClass, 0x00, LnPacket->ub.payload.data.lncvValue, 0x80); [It has already been changed in two similar places]

for notifyLNCVprogrammingStart. Needed to change it from 0x80 to 0x00 to get it running.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions