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

44 commits

Author SHA1 Message Date
Alberto García Hierro
acd455d6da Add support for MSPv2
MWC side detection is done by sending an MSPv1 message for
MSP_API_VERSION. If the MSP_VERSION supports MSPv2 (>= 2.0.0),
then the rest of the messages for the session will be MSPv2 only.
2017-08-27 15:02:40 +02:00
Alberto García Hierro
dbf4fa164d Add support for JUMBO frames
Fixes https://github.com/iNavFlight/inav/issues/1986
2017-08-27 00:33:51 +02:00
Alberto García Hierro
1948e3687a Cleanup MSP.read()
Use symbols and constants rather than magic numbers. Makes the
code easier to read.
2017-08-26 23:41:45 +02: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
Pawel Spychalski (DzikuVx)
ccc92ac3b6 Blackbox moved to Pheripherials column 2017-08-09 18:46:03 +02:00
Konstantin Sharlaimov
089a7d34bf Merge pull request #221 from azolyoung/add-rcsplit-support-to-inav
Add rcsplit support to inav
2017-08-08 22:39:40 +10:00
azolyoung
02d4a8ae47 use FC version as condition to detect which is support rcsplit or not. 2017-08-06 15:02:05 +08:00
azol
73f324e4c1 add runcam split suport
add peripherals column on ports page

fixed ports page will show the rcsplit with apiversion less 1.27.0

move the modeName adjust function to peripherals.js, and add failsafe modename not update when rcsplit available

cleanup

clean up
2017-08-06 11:05:43 +08:00
Pawel Spychalski (DzikuVx)
04f1f163e4 airspeed in OSD 2017-08-03 22:50:51 +02:00
Paweł Spychalski
8b65076c74 Merge pull request #217 from marbalon/marbalon-osd-fixes
Lot of fixes to make OSD render more similar to real layout
2017-07-14 09:59:13 +02:00
Marcin Baliniak
03d725cf07 Lot of fixes to make OSD render more similar to real layout 2017-07-13 23:37:17 +02:00
Pawel Spychalski (DzikuVx)
357dc98c24 fixes #206 2017-07-12 19:06:57 +02:00
Pawel Spychalski (DzikuVx)
a919702c6a fixes #193 2017-07-12 18:57:38 +02:00
Pawel Spychalski (DzikuVx)
46e616bc7f fixes #216 2017-07-12 18:47:09 +02:00
Pawel Spychalski (DzikuVx)
ecab75a610 Fixes #214 2017-07-03 21:38:24 +02:00
Pawel Spychalski (DzikuVx)
8d3980bfa2 Rangefinder setting is back 2017-06-30 14:24:14 +02:00
Marcin Baliniak
de27e89164 Support for new eLeReS RX_SPI receiver 2017-06-09 23:23:49 +02:00
Paweł Spychalski
ab8215080e Merge pull request #201 from iNavFlight/servo-rate-125
Allow servo rate 125%
2017-06-07 14:40:45 +02:00
Pawel Spychalski (DzikuVx)
8aebbbfa93 Allow servo rate 125% 2017-06-04 13:23:51 +02:00
Pawel Spychalski (DzikuVx)
6c76a7337e F72x flashing fix 2017-06-04 11:27:08 +02:00
Pawel Spychalski (DzikuVx)
6300fefdef Angle at min and max removed 2017-05-26 15:21:40 +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
Pawel Spychalski (DzikuVx)
a6d609ba66 JS build for latest changes 2017-04-24 10:23:37 +02:00
Konstantin Sharlaimov
0a01e5f391 Merge pull request #171 from iNavFlight/presets-update
Presets update
2017-04-03 23:15:08 +10:00
Konstantin Sharlaimov (DigitalEntity)
ae8c7b1b54 Add pitot ADC and VIRTUAL 2017-04-02 00:36:39 +10:00
Konstantin Sharlaimov
00f5240ec2 Merge pull request #177 from iNavFlight/fix-msp-rx-control
Change stick mapping in Stick Control feature to default AETR
2017-03-27 23:07:38 +10:00
Konstantin Sharlaimov (DigitalEntity)
55e480ddca Change stick mapping in Stick Control feature to default AETR 2017-03-27 23:06:00 +10:00
Konstantin Sharlaimov (DigitalEntity)
0dcbf6109c Add 4800 baud 2017-03-27 17:45:52 +10:00
Konstantin Sharlaimov (DigitalEntity)
12492267b7 Extend baudrates; Allow telemetry baud rates down to 1200 bps 2017-03-27 17:41:21 +10:00
Pawel Spychalski (DzikuVx)
5d58275414 Merge remote-tracking branch 'origin/master' into failsafe-improvements 2017-03-15 19:06:33 +01:00
Pawel Spychalski (DzikuVx)
3fb9dcc58d updated GPS 5" profile 2017-03-15 19:01:21 +01: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)
26c9dd44a0 Updated balancing PID tuning 2017-03-11 13:39:15 +01:00
Pawel Spychalski (DzikuVx)
9e1978f3ec failsafe changes for 1.6 2017-03-10 16:53:25 +01:00
Pawel Spychalski (DzikuVx)
9b58be1987 OpenLayers and OpenStreetMap instead of Google Maps 2017-03-09 22:20:05 +01:00
Pawel Spychalski (DzikuVx)
d612ffd59c lib updates 2017-03-08 23:39:01 +01:00
Pawel Spychalski (DzikuVx)
2766c1ddc9 updated libs 2017-03-08 23:04:38 +01:00
Pawel Spychalski (DzikuVx)
02803fafd0 updated paths 2017-03-08 21:07:52 +01:00
Pawel Spychalski (DzikuVx)
1b4cf23986 menu icons 2017-03-05 21:48:17 +01:00
Pawel Spychalski (DzikuVx)
61316503ca build system - progress 2017-01-27 14:21:29 +01:00