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

INAV Configurator 5.1 #1570

Merged
merged 24 commits into from
Sep 18, 2022
Merged

INAV Configurator 5.1 #1570

merged 24 commits into from
Sep 18, 2022

Commits on Jul 2, 2022

  1. Version bump

    DzikuVx committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c5d0da5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Fixes to the modes page

    - Moved to turn assist in to **flight mode modifiers** section. As it applies to fixed wing and multirotors.
    - Re-established name changes for `CAMERA CONTROL` 1 to 3 when a RunCam Device is used.
    MrD-RC committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    d81a992 View commit details
    Browse the repository at this point in the history
  2. Update auxiliary.js

    Added if statement to stop unnecessarily loading ports
    MrD-RC committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    8f02885 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Merge pull request #1571 from iNavFlight/MrD_Update-modes-page

    Fixes for modes page
    DzikuVx committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    1422a2c View commit details
    Browse the repository at this point in the history
  2. Hide switch indicators settings when DJI is used

    On Hide unused elements:
    
    - Remove switch indicators settings
    - Tidy removal of switch indicator elements
    MrD-RC committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0ec56ce View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Merge pull request #1579 from iNavFlight/MrD_Hide-switch-indicators-s…

    …ettings-when-DJI-is-used_5.1
    
    Hide switch indicators settings when DJI is used
    DzikuVx committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    451dce3 View commit details
    Browse the repository at this point in the history
  2. Changes and fix to rounding

    Fixes #1564, fixes #1567
    
    - Fixed discovered rounding error for float parameters.
    - Altered step for converted units based on the multiplier.
    - Default step now stored in the element data, so that the default decimal places are always known and used when saving.
    MrD-RC committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0fc38fe View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Merge pull request #1580 from iNavFlight/MrD_Changes-and-fix-to-round…

    …ing-5.1
    
    Changes and fix to rounding
    MrD-RC committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    64ccd39 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Add version number to CLI save

    This PR adds the version number to the CLI filename. It also adds a secondary way to get the data from the FC if it is out of range. If it fails, it appears as the previous save filename looked.
    MrD-RC committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    bd70d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4feecd9 View commit details
    Browse the repository at this point in the history
  3. Cleanup Autolaunch settings

    Removed Settings (should not be changed by user, but kept in CLI): 
    Launch Velocity
    Launch Accel
    Launch Detect Time
    
    Moved Launch and Idle throttle together
    b14ckyy committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8b68ec5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dce395 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec468bb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Updated text

    - Modernised the example flight controllers
    - Commented out the line about **Auto-Connect** as inav doesn't auto-connect. It can be uncommented if auto-connect is implemented.
    MrD-RC committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    16e3c6a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge pull request #1592 from b14ckyy/patch-1

    Updated Plane presets for better AHI Drift mitigation
    MrD-RC committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f0c31ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1594 from iNavFlight/MrD_Update-firmware-flaser-p…

    …age-text
    
    Updated firmware flasher page text
    MrD-RC committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    386c23f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Update defaults_dialog.js

    b14ckyy committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    beb9cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Fixed and enhanced LC display

    MrD-RC committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    b848545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa70fc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Merge pull request #1593 from b14ckyy/release_5.1.0

    Cleanup Autolaunch settings
    DzikuVx committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    88db200 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1603 from iNavFlight/MrD_Fix-number-of-logic-cond…

    …itions-visible
    
    Fixed and enhanced LC display
    DzikuVx committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    64f8115 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Removed MSP parts

    MrD-RC committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    dac6ff3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Merge pull request #1590 from iNavFlight/MrD_Add-version-number-to-CL…

    …I-save-filename
    
    Add version number to CLI save filename
    DzikuVx committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c19ae40 View commit details
    Browse the repository at this point in the history
  2. fix version

    DzikuVx committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a22e0a5 View commit details
    Browse the repository at this point in the history