betaflight / betaflight-configurator

Cross platform configuration tool for the Betaflight firmware
GNU General Public License v3.0
2.57k stars 909 forks source link

Attitude field added to blackbox fields list #4248

Open demvlad opened 1 week ago

demvlad commented 1 week ago

Improvement for "Added flight IMU pitch, roll, yaw attitudes to blackbox log" PR Added "Attitude" field in blackbox log list confatt

netlify[bot] commented 1 week ago

Deploy Preview for origin-betaflight-app ready!

Name Link
Latest commit 28e9635040d45ddd52ab9d86682604aeefb8eea1
Latest deploy log https://app.netlify.com/sites/origin-betaflight-app/deploys/6736359bd635730008bf5284
Deploy Preview https://deploy-preview-4248.dev.app.betaflight.com
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

haslinghuis commented 1 week ago

Please rebase

demvlad commented 1 week ago

The work is restored after wrong rebase. Looked very simmilar during rebase, missed difference...

haslinghuis commented 1 week ago

@nerdCopter how would you approach ?

Would suggest using git rebase -i HEAD~60 and pick first commit and drop all others. And then probably git pull --rebase upstream master

nerdCopter commented 1 week ago

sometimes i tend to

git checkout myBranch
git fetch --all
git merge upstream/master
git rebase -i upstream/master

this seems to keep my ordered commits, while rebasing upon master.

when i play with this stuff, i tend to make new test-branches try the commands, then either

demvlad commented 1 week ago

The one code row changed only. Rebased master, created and push force new branch

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

demvlad commented 1 week ago

The test result of BF, Configurator and explorer work are showed this