Fix false Ground Station activation during Blackbox download - #2690
Fix false Ground Station activation during Blackbox download#2690mart1npetroff wants to merge 2 commits into
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Configurator test build ready — commit Download build artifacts for PR #2690 Available platforms (scroll to the Artifacts section at the bottom of the run page):
|
|
Thanks for the fix — this is a clean solve for a tricky bug (Blackbox bytes coincidentally checksumming as valid LTM). A couple of small things I noticed while reading through: It looks like Also, for the second test in One more minor thought: the |
|
Thanks — addressed all three points.
|
|
|
Just an FYI for contributors: The tentative schedule for INAV 10 is to have a full release in mid December. That means RC2 needs to be in early to mid November, which places INAV 10.0RC1 at September 1. Please plan to have any new features for INAV 10.0 ready for RC1 no later than September 1. After that, 10.1 will follow about six to seven months later. |



What changed
Root cause
The serial connection fed every received byte to both MSP and LTM decoders. Raw
MSP_DATAFLASH_READpayloads contain arbitrary Blackbox bytes, so they could accidentally form a valid LTM frame and switch the UI into Ground Station mode.Validation
yarn test— passed.