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

Merge with master - 2.6.1 #9

Merged
merged 67 commits into from
Feb 26, 2021
Merged

Merge with master - 2.6.1 #9

merged 67 commits into from
Feb 26, 2021

Commits on Oct 5, 2020

  1. Add driver for BMI088 IMU

    shellixyz committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    baa834f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. First try

    avsaase committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    40ed910 View commit details
    Browse the repository at this point in the history
  2. Create CLI command.

    avsaase committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    dc0b9be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36124be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c8dead View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    51b2a49 View commit details
    Browse the repository at this point in the history
  2. Again forgot AUTO TUNE

    avsaase committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    aac48f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53f9c9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b9d388 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c5b15e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    8e45887 View commit details
    Browse the repository at this point in the history
  2. Fix default value issue

    avsaase committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    ca9600a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    51c0b95 View commit details
    Browse the repository at this point in the history
  2. Change target bank angle code

    avsaase committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    7ec6afd View commit details
    Browse the repository at this point in the history
  3. no message

    avsaase committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    232d526 View commit details
    Browse the repository at this point in the history
  4. Attempted fix (does not work)

    avsaase committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    214f939 View commit details
    Browse the repository at this point in the history
  5. Convert bank angle to radians

    avsaase committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    cf2e359 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    95ab3fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2270a8c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Take pitch angle into account for turn rate calculation (technically …

    …correct but doesn't make huge difference)
    avsaase committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a1f42fc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    37f2954 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Configuration menu
    Copy the full SHA
    1ff79a9 View commit details
    Browse the repository at this point in the history
  2. Update docs

    avsaase committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    5613059 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. pan servo home dir offset

    avsaase committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3305d53 View commit details
    Browse the repository at this point in the history
  2. changed variable type

    avsaase committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    4eaa18b View commit details
    Browse the repository at this point in the history
  3. For bench testing

    avsaase committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    74dbdc9 View commit details
    Browse the repository at this point in the history
  4. Some improvements.

    avsaase committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    0c42ae1 View commit details
    Browse the repository at this point in the history
  5. Update docs

    avsaase committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    40cbcc7 View commit details
    Browse the repository at this point in the history
  6. change command name

    avsaase committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3117a2e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    be58a04 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    8a8efbc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Remove duplicate WP message in the OSD/Hud

    ... since it's now displayed in the system message ("TO WP 1/4")
    OlivierC-FR authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    bae0e9b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Implement Prearm

    harryjph committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    349f054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9158e3 View commit details
    Browse the repository at this point in the history
  3. Handle edge case

    harryjph committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0f5d6f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    c2e9dc9 View commit details
    Browse the repository at this point in the history
  2. Enable baro median filtering by default again (#6584)

    It had been disabled by mistake in f094387
    shellixyz authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    730e1a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6592 from iNavFlight/dzikuvx-rush-blade-f7

    Internal only target for Rush Blade F722
    DzikuVx authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    881e680 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Merge pull request #6556 from OlivierC-FR/patch-1

    Remove duplicate waypoints messages in the OSD/Hud
    DzikuVx authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    251e9f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    282c3b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. velocity in cm/s

    avsaase committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    9a6fd4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6603 from avsaase/avs-fix-gps-weight-bug

    Fix bug in GPS weight for vertical velocity calculation
    digitalentity authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    1356480 View commit details
    Browse the repository at this point in the history
  3. CRSF SNR Range update

    This updates SNR range values to keep them inline with typical LoRa SNR values
    OptimusTi committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    c431091 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    15321e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8408368 View commit details
    Browse the repository at this point in the history
  3. Update Settings.md

    DzikuVx committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1994ce7 View commit details
    Browse the repository at this point in the history
  4. Fix compile on no-OSD boards

    DzikuVx committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    34666c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    e61e563 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from DzikuVx/dzikuvx-simplify-iterm-freeze

    Simplify the Iterm freeze routine
    avsaase authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4ffc929 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Refactor PID value getter

    DzikuVx committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    8f5ac3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67572fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6625 from iNavFlight/dzikuvx-return-pid-value-via…

    …-msp
    
    Add ability to read Programming PID status via MSP
    DzikuVx authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    ea756aa View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Merge pull request #6602 from shellixyz/fix/logic_condition_vspeed_co…

    …nstrain
    
    Fix logic condition VSpeed constraint not allowing the value to be negative
    DzikuVx authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    0a284d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    1a5133f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6636 from iNavFlight/dzikuvx-fix-mag-gain-calibra…

    …tion
    
    Fix mag gain computation for negative mag zero
    DzikuVx authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ba3d0ab View commit details
    Browse the repository at this point in the history
  3. Adds heading target logic condition

    - allows for a slider/global-var to set the desired heading
    - addresses issue #6642
    t413 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    0b13c2c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update docs for Lua telemetry

    DzikuVx committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    25e1524 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6646 from iNavFlight/dzikuvx-update-docs-for-lua-…

    …telemetry
    
    Update docs for Lua telemetry
    DzikuVx authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1c50d13 View commit details
    Browse the repository at this point in the history
  3. Adds LC heading documentation + RC override docs

    - also adds docs for the new RC overrides #6341
    t413 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    0cb6322 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Merge pull request #6501 from avsaase/avs-pan-servo-home-dir-offset

    Pan servo home direction offset
    DzikuVx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    c15a462 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6644 from t413/heading_target_lc

    Adds heading target logic condition
    DzikuVx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    9728312 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6407 from avsaase/avs-turn-assist-target-bank-angle

    TURN ASSIST improvements for Fixed Wing
    DzikuVx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    4951a27 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6387 from avsaase/avs-disable-iterm-bank-angle

    Freeze yaw I-term above bank angle threshold
    DzikuVx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    db2d68e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6610 from iNavFlight/dzikuvx-dji-configurable-spe…

    …ed-source
    
    Allow to configure speed source for DJI OSD
    DzikuVx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    f77c8e5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6562 from harry1453/prearm

    [FEATURE] Prearm
    DzikuVx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    77d03bf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6543 from avsaase/avs-allow-20-sec-mag-calibration

    Allow 20 second compass calibration
    DzikuVx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    1e13d2d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6180 from shellixyz/drivers/bmi088

    Add driver for BMI088 IMU
    DzikuVx authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    cb2fccb View commit details
    Browse the repository at this point in the history