Pawel Spychalski (DzikuVx)
bb8507e81b
ground work for mmix editing
2018-01-26 15:31:42 +01:00
Pawel Spychalski (DzikuVx)
cf3a5b2a64
UI for smix rules
2018-01-24 16:25:39 +01:00
Konstantin Sharlaimov (DigitalEntity)
9942e9508e
Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen
2017-12-31 17:19:49 +10:00
Alberto García Hierro
c18807405e
Fix incorrectly swapped bits for legacy RX
...
Code for handling versions using feature bits for RX had the
feature bits for RX_PPM and RX_PWM swapped, causing incorrectly
displayed values.
2017-11-18 23:42:47 +00:00
Alberto García Hierro
e3821b8a3e
Don't test for RX_NONE on INAV <= 1.7.3
...
Since in RX_NONE bit is undefined, bit_check() will always return
true. Fix is just removing RX_NONE from the available RX types
on versions using feature bits for RX, since they won't allow
not having a RX configured (FC will fall back to RX_PPM).
Fixes #287
2017-10-18 10:20:27 +01:00
Alberto García Hierro
fb0605d639
Add support for the new value FS_ONLY in nav_rth_allow_landing
2017-10-16 11:37:04 +01:00
StewLG
b8d86756e1
Merge branch 'master' into MinimumFailsafeDistance
2017-10-09 20:02:16 -07:00
Stewart Loving-Gibbard
cf1c676eaa
* Changing from meters to centimeters
...
* Other minor tweaks to help text
* Finalizing API checks
2017-10-09 19:56:59 -07:00
Paweł Spychalski
25748f4ce8
Merge pull request #273 from fiam/osd_vtx
...
Add support for configuring OSD_VTX_CHANNEL
2017-10-09 19:11:10 +02:00
Paweł Spychalski
d9d94af6a8
Merge pull request #256 from iNavFlight/dzikuvx-aux-rename-to-ch
...
AUX renamed to CH
2017-10-08 16:00:44 +02:00
Alberto García Hierro
e570fcbae4
Add support for configuring OSD_VTX_CHANNEL
...
Element was disabled due to missing support on INAV. Added messages
for element name and its help too.
2017-10-08 10:56:47 +01:00
Stewart Loving-Gibbard
81be88311e
This supports adds Configurator GUI support for Failsafe Minimum Distance.
...
I believe everything works and is OK, but I am unclear about MSP/FC/Configurator versioning, so some of what I've done here may not be correct, or may need to be done differently. I would appreciate guidance/explanation.
2017-10-07 22:30:53 -07:00
Pawel Spychalski (DzikuVx)
7d7a1dc866
RC_MAP update
2017-10-07 22:22:26 +02:00
Alberto García Hierro
5ea5399eb2
Fix values for PPM and PWM, rename RX_PARALLEL_PWM to RX_PWM
...
Name RX_PARALLEL_PWM was confusing, so it's been renamed to
just RX_PWM.
Values for RX_PWM and RX_PPM were swapper, they're now the correct
ones.
Set the order of the rx types as serial, ppm, pwm, spi, msp and none.
Allow versions using the feature bits to select RX_NONE by clearing
all relevant bits in the features.
2017-10-07 10:47:22 +01:00
Alberto García Hierro
42f332e627
Rename all references to NRF24 as protocol to SPI
...
For consistency. We now have other receivers that work over SPI
and might have more in the future.
2017-10-07 10:41:00 +01:00
Alberto García Hierro
587d1c5cb4
Add support for the RX changes in MSP
...
Implement a combobox selector for the receiver type, showing
just the options for the specific type (e.g. selecting serial
receiver reveals the combobox for the serial protocol).
On INAV > 1.7.3 read and write receiver type to RX_CONFIG rather
than to feature bits. Note that this will break the configurator
in builds with version = 1.7.4 before https://github.com/iNavFlight/inav/pull/1596/files
is applied.
2017-10-05 21:37:59 +01:00
Paweł Spychalski
ef5619fefb
Merge pull request #255 from iNavFlight/dzikuvx-ports-sensor-column
...
Port GPS renamed to Sensors and moved to separate column
2017-09-25 19:41:54 +02:00
Alberto García Hierro
974ed52c11
Organize OSD elements into groups
...
Implement groups which can be declared in any order including
any item in the order deemed more useful. This way we no longer
need to put elements ordered by their osd_items_e value.
Also, elements and even groups can be disabled when the features
or hardware required for drawing them is not present or not
enabled.
2017-09-24 19:02:02 +01:00
Pawel Spychalski (DzikuVx)
8dfa070624
Port GPS renamed to Sensors and moved to separate column
2017-09-19 21:33:26 +02:00
Konstantin Sharlaimov (DigitalEntity)
d391258180
Merge branch 'marbalon_new_gps_type_mtk' of https://github.com/marbalon/inav-configurator into marbalon-marbalon_new_gps_type_mtk
2017-09-08 20:43:47 +10:00
Alberto García Hierro
2ef9947dfd
Add support for FEATURE_AIRMODE in the Configuration tab
...
Setting the feature also hides the mode from the modes tab, since
the FC won't register the BOXID as an active one. FC support
detection is based on INAV version >= 1.7.3, since support for
the AIRMODE feature has been advertised by previous releases
but it's not really supported (it does nothing).
Support for INAV is at https://github.com/iNavFlight/inav/pull/1949
Fixes #154
2017-08-21 00:20:42 +02:00
Marcin Baliniak
748f72c81c
New GP module type MTK
2017-07-04 17:12:37 +02:00
Pawel Spychalski (DzikuVx)
ecab75a610
Fixes #214
2017-07-03 21:38:24 +02:00
Marcin Baliniak
de27e89164
Support for new eLeReS RX_SPI receiver
2017-06-09 23:23:49 +02:00
Pawel Spychalski (DzikuVx)
8aebbbfa93
Allow servo rate 125%
2017-06-04 13:23:51 +02:00
Pawel Spychalski (DzikuVx)
0777ef391c
MSP_FW_CONFIG frame support
2017-05-26 14:22:49 +02:00
Pawel Spychalski (DzikuVx)
9b8c7b05d0
UBLOX7 selectable for 1.7.1 and newer
2017-05-23 21:06:56 +02:00
Pawel Spychalski (DzikuVx)
eb4eff59fb
RTH and Landing settings
2017-05-17 20:45:50 +02:00
Konstantin Sharlaimov (DigitalEntity)
ae8c7b1b54
Add pitot ADC and VIRTUAL
2017-04-02 00:36:39 +10:00
Paweł Spychalski
5e214f6fab
Merge pull request #166 from iNavFlight/pid-names
...
some rationalization in PID table generation and PID names no longer …
2017-03-15 18:28:56 +01:00
Konstantin Sharlaimov (DigitalEntity)
526b216ed5
Add MS5607 baro for 1.6.2+
2017-03-14 16:58:57 +10:00
Pawel Spychalski (DzikuVx)
973aec053e
some rationalization in PID table generation and PID names no longer taken directly from FC
2017-03-11 18:45:51 +01:00
Pawel Spychalski (DzikuVx)
94f09db6c2
Updated servo rates
2017-02-20 10:54:56 +01:00
Pawel Spychalski (DzikuVx)
2efb215d86
TBS Crossfire and JETI EXBUS
2017-02-20 10:19:02 +01:00
Paweł Spychalski
618f719f6a
Merge pull request #121 from iNavFlight/msp-altitude-1_6
...
Report raw baro altitude in sensors tab
2017-01-30 21:45:23 +01:00
Pawel Spychalski (DzikuVx)
77004021b5
feature OSD
2017-01-30 21:38:33 +01:00
Pawel Spychalski (DzikuVx)
48bd843a17
SOnar, inflight acc calibration, transponder and failsafe features removed
2017-01-30 21:05:38 +01:00
Konstantin Sharlaimov (DigitalEntity)
191aa6ac86
Report raw baro altitude in sensors tab
2017-01-29 21:15:55 +10:00
Pawel Spychalski (DzikuVx)
c977b19432
advanced tuning tab done
2017-01-24 21:37:29 +01:00
Pawel Spychalski (DzikuVx)
31dad7a826
backend for MSP_POSITION_ESTIMATION_CONFIG
2017-01-23 21:03:29 +01:00
Pawel Spychalski (DzikuVx)
2f4dcc9a37
backend of pidSumLimit
2017-01-20 10:58:41 +01:00
Pawel Spychalski (DzikuVx)
fc11eca5c0
Backend for dterm_setpoint_weight
2017-01-15 13:04:20 +01:00
U-PAWEL-X220\pawel
c5556f2f40
Backend for Notch filters settings over MSP
2017-01-05 21:54:33 +01:00
U-PAWEL-X220\pawel
e59726e204
backend layer for MSP_NAV_POSHOLD
2017-01-04 19:37:59 +01:00
Konstantin Sharlaimov (DigitalEntity)
372b51f897
Change arming checks to a table
2016-12-29 23:44:00 +10:00
U-PAWEL-X220\pawel
a5bc3e56ab
Arming status reporting
2016-12-27 21:36:35 +01:00
Pawel Spychalski (DzikuVx)
a722f89973
improved hinting
2016-12-25 15:29:59 +01:00
Pawel Spychalski (DzikuVx)
c6b2e40cbb
features non-radio rework
2016-12-24 13:32:44 +01:00
Pawel Spychalski (DzikuVx)
4bd6f46710
RSSI rework
2016-12-23 11:12:46 +01:00
Pawel Spychalski (DzikuVx)
684d8c90d2
Updated sensor detection for AUTOdetection mode
2016-12-18 12:31:43 +01:00