-
Notifications
You must be signed in to change notification settings - Fork 98
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
Possible bug in check for valid cemi frame #80
Comments
_data[0] is the cemi message code. Looking at the cemi frame format, it seems that the "+1" is simply wrong. cEMI Frame Format
|
The |
You should be right. This is already included in the coupler pull request. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While testing the coupler routing I got "invalid frame" messages in the console.
Inspecting this code:
knx/src/knx/cemi_frame.cpp
Line 369 in 52d3866
If I remove the "+1" then everything works as expected. Why do we have the "+1" there?
The text was updated successfully, but these errors were encountered: