Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
StephHamburg opened this issue Jan 29, 2024 · 0 comments

Comments

@StephHamburg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant