mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
Merge branch 'master' into baro_alt_vario
This commit is contained in:
commit
fc5dd5674d
3 changed files with 4 additions and 8 deletions
|
@ -5994,11 +5994,11 @@ Warning voltage per cell, this triggers battery-warning alarms, in 0.01V units,
|
|||
|
||||
### vtx_band
|
||||
|
||||
Configure the VTX band. Set to zero to use `vtx_freq`. Bands: 1: A, 2: B, 3: E, 4: F, 5: Race.
|
||||
Configure the VTX band. Bands: 1: A, 2: B, 3: E, 4: F, 5: Race.
|
||||
|
||||
| Default | Min | Max |
|
||||
| --- | --- | --- |
|
||||
| 1 | VTX_SETTINGS_NO_BAND | VTX_SETTINGS_MAX_BAND |
|
||||
| 1 | VTX_SETTINGS_MIN_BAND | VTX_SETTINGS_MAX_BAND |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "common/time.h"
|
||||
|
||||
#define VTX_SETTINGS_NO_BAND 0 // used for custom frequency selection mode
|
||||
#define VTX_SETTINGS_MIN_BAND 1
|
||||
#define VTX_SETTINGS_MAX_BAND 5
|
||||
#define VTX_SETTINGS_MIN_CHANNEL 1
|
||||
|
@ -33,9 +32,6 @@
|
|||
#define VTX_SETTINGS_DEFAULT_PITMODE_CHANNEL 1
|
||||
#define VTX_SETTINGS_DEFAULT_LOW_POWER_DISARM 0
|
||||
|
||||
#define VTX_SETTINGS_MIN_FREQUENCY_MHZ 0 //min freq (in MHz) for 'vtx_freq' setting
|
||||
#define VTX_SETTINGS_MAX_FREQUENCY_MHZ 5999 //max freq (in MHz) for 'vtx_freq' setting
|
||||
|
||||
#if defined(USE_VTX_SMARTAUDIO) || defined(USE_VTX_TRAMP) || defined(USE_VTX_MSP)
|
||||
|
||||
#define VTX_SETTINGS_POWER_COUNT 5
|
||||
|
|
|
@ -3810,10 +3810,10 @@ groups:
|
|||
condition: USE_VTX_SMARTAUDIO || USE_VTX_TRAMP
|
||||
members:
|
||||
- name: vtx_band
|
||||
description: "Configure the VTX band. Set to zero to use `vtx_freq`. Bands: 1: A, 2: B, 3: E, 4: F, 5: Race."
|
||||
description: "Configure the VTX band. Bands: 1: A, 2: B, 3: E, 4: F, 5: Race."
|
||||
default_value: 1
|
||||
field: band
|
||||
min: VTX_SETTINGS_NO_BAND
|
||||
min: VTX_SETTINGS_MIN_BAND
|
||||
max: VTX_SETTINGS_MAX_BAND
|
||||
- name: vtx_channel
|
||||
description: "Channel to use within the configured `vtx_band`. Valid values are [1, 8]."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue