-
Notifications
You must be signed in to change notification settings - Fork 33
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
FSK check msg length #959
FSK check msg length #959
Conversation
before: check only min message length after: chek min and max message lenght
Codecov Report
@@ Coverage Diff @@
## master #959 +/- ##
==========================================
- Coverage 58.33% 58.32% -0.01%
==========================================
Files 106 106
Lines 8448 8447 -1
Branches 1315 1315
==========================================
- Hits 4928 4927 -1
Misses 2634 2634
Partials 886 886
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Es könnte sein, dass wir uns mal dazu entscheiden hatten die maximallänge erst nach dem Aufruf der methode zu prüfen. Wie denkst Du darüber, denn in Range erst nach dem finalen Verarbeiten zu prüfen? |
Das war für mich schon immer irreführend, weil es je nach Nachrichtentyp (MS, MU, MC und jetzt noch MN) unterschiedlich gehandhabt wird. |
Bei MU und MC war der Grund folgender: Es könnte sein, dass mehr als eine Übertragung in den Daten steckt. Kann es dieses Verhalten bei den MN daten auch geben oder ist das ausgeschlossen? |
Die Nachrichtenlänge ist abhängig von Register 0x03 FIFOTHR:
Das bestimmt allerdings nur die minimale Länge. Ich habe hier z.B. folgende Beobachtung gemacht:
Es scheint so, als ob der langsamere Prozessor die Daten etwas verzögert abholt. Das bedeutet, das wir die maximale Länge lieber immer etwas größer definieren sollten. |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
feature
What is the current behavior? (You can also link to an open issue here)
only check min lenght of FSK messages
What is the new behavior (if this is a feature change)?
check min and max lenght of FSK messages
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
no
Other information: