1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00
Commit graph

384 commits

Author SHA1 Message Date
Michel Pastor
615d559b66 Add air speed graph in sensors tab 2018-03-01 16:12:07 +01:00
Michel Pastor
cb321db57d Add feature for enabling/disabling profile selection by TX stick command 2018-02-24 17:57:07 +01:00
Konstantin Sharlaimov (DigitalEntity)
6bd0cd2d0a Enable CRAFT_NAME item in OSD 2018-02-18 23:22:31 +10:00
Michel Pastor
f9c970b4c0 MSP: add support for MSPV2_INAV_RATE_PROFILE and MSPV2_INAV_SET_RATE_PROFILE frame types 2018-02-18 06:23:55 +01:00
Michel Pastor
b6dc007bd8 Reflect MSP2 changes 2018-02-18 06:08:59 +01:00
Michel Pastor
7de758c64e Increase vbat resolution 2018-02-17 21:54:16 +01:00
Konstantin Sharlaimov
23ef794d5b
Merge pull request #324 from Afinogen/mission-planer
Mission planer
2018-02-17 21:27:54 +10:00
Konstantin Sharlaimov
353b5f7e36
Merge pull request #339 from iNavFlight/agh_trace_msp
Add support for viewing trace output via MSP from the sensors tab
2018-02-13 17:49:36 +10:00
Konstantin Sharlaimov (DigitalEntity)
abedf49d38 Fix sensor names 2018-02-13 00:27:31 +10:00
Alberto García Hierro
b98d7a8f3b Add support for viewing trace output via MSP from the sensors tab
Use an additional window to show the debug trace, so the configurator
can be used at the same time the user is viewing the output.
2018-02-12 12:36:47 +00:00
giacomo892
8cac88c14f Add FW_LAUNCH feature to configurator 2018-02-07 21:07:26 +01:00
afinogen
db31180753 Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into mission-planer
Fix conflicts:
 _locales/en/messages.json
2018-01-29 13:55:20 +03:00
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
Sergej Pozdnyakov
0b7598dabd save and load points 2018-01-05 20:05:10 +03: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