Paweł Spychalski
42e6941edd
Merge pull request #231 from iNavFlight/nwjs-update
...
NW.js updated to latest stable
2017-08-28 13:11:24 +02:00
Pawel Spychalski (DzikuVx)
7a3fbf83cb
switch to nw-sdk package
2017-08-28 13:10:59 +02:00
Pawel Spychalski (DzikuVx)
d956be5871
NW.js updated to letest stable
2017-08-28 12:00:01 +02:00
Paweł Spychalski
8d4ec83e65
Merge pull request #226 from fiam/osd_images
...
Split OSD character maps into images
2017-08-28 11:16:22 +02:00
Konstantin Sharlaimov
e08124c3a6
Merge pull request #227 from fiam/msp_updates
...
Implement MSPv1 JUMBO frames and MSPv2
2017-08-27 23:14:49 +10:00
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
e79911d327
Add characters for NAV modes
...
[RTH], [WPT], [ALT], [POS] and [A+H].
Characters have been added to all character maps. Leave a white
character after mp/h and the first 2-char image intentionally to
avoid the preview in the configurator showing an icon between
2 lines.
2017-08-25 20:41:49 +02:00
Alberto García Hierro
8a16e3b245
Add mp/h symbol to all charmaps
2017-08-24 19:05:39 +02:00
Alberto García Hierro
b4fd2a06ca
Combine images for 2-char icons
...
Satellites (030-031) and RTH (157-158)
2017-08-24 18:14:03 +02:00
Alberto García Hierro
ccfce6a129
Add missing icons in bold and large from default charmap
...
Arrow icons (171-175) were missing from non-default charmaps
2017-08-24 18:14:03 +02:00
Alberto García Hierro
ff85a793ad
Remove betaflight logo from the character maps
...
We're not using it, so there's no reason to keep all
those characters around.
2017-08-24 18:14:03 +02:00
Alberto García Hierro
89f4383962
Split character maps into their images
...
This should make it easier to edit and maintain our own
character map and fix all the pending issues with the OSD
not displaying enough information.
2017-08-24 18:14:00 +02:00
Konstantin Sharlaimov
ed60768102
Merge pull request #224 from fiam/feature_airmode
...
Add support for FEATURE_AIRMODE in the Configuration tab
2017-08-22 20:11:16 +10:00
Alberto García Hierro
f4c07566db
Set MOTOR_STOP and AIRMODE features in all FW presets
...
AIRMODE will only be set if INAV version is > 1.7.2, since it
does nothing in previous versions even when the feature is
advertised.
2017-08-21 00:55:28 +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
Paweł Spychalski
d7a771d850
Merge pull request #222 from iNavFlight/dzikuvx-blackbox-to-pheripherials
...
Blackbox moved to Pheripherials column
2017-08-10 09:13:59 +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
Paweł Spychalski
b918baaa2c
Merge pull request #220 from iNavFlight/osd-airspeed
...
Airspeed in OSD
2017-08-06 13:30:05 +02: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
Konstantin Sharlaimov
e394d4fd86
Merge pull request #204 from iNavFlight/de_add_slack
...
Add font-awesome; Add support links
2017-07-21 22:36:27 +10: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
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
Paweł Spychalski
2b11539d18
Merge pull request #211 from iNavFlight/sonar-support
...
Rangefinder setting is back
2017-07-01 14:37:35 +02:00
Pawel Spychalski (DzikuVx)
8d3980bfa2
Rangefinder setting is back
2017-06-30 14:24:14 +02:00
Paweł Spychalski
f42c6765be
Merge pull request #207 from marbalon/rx_spi_eleres_support
...
Support for new eLeReS RX_SPI receiver
2017-06-10 07:20:16 +02:00
Marcin Baliniak
03d8ba4294
Extended description for RX SPI
2017-06-09 23:29:34 +02:00
Marcin Baliniak
de27e89164
Support for new eLeReS RX_SPI receiver
2017-06-09 23:23:49 +02:00
Konstantin (DigitalEntity) Sharlaimov
fc5b7dd68f
icon size fix
2017-06-08 22:20:14 +03:00
Konstantin (DigitalEntity) Sharlaimov
64464291c4
Add font-awesome; Add support links
2017-06-08 21:51:43 +03:00
Konstantin Sharlaimov
4c58b2ef55
Merge pull request #203 from iNavFlight/version_bump
...
Version bump to 1.7.2
2017-06-08 21:12:08 +03:00
Konstantin (DigitalEntity) Sharlaimov
b0453c3950
Version bump to 1.7.2
2017-06-08 21:11:32 +03:00
Paweł Spychalski
e113e5db94
Merge pull request #202 from iNavFlight/css-structure-rework
...
CSS files moved to src folder
2017-06-07 14:49:04 +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
Paweł Spychalski
76e06d206d
Merge pull request #200 from iNavFlight/f722-flashing
...
F72x flashing fix
2017-06-07 14:39:17 +02:00
Pawel Spychalski (DzikuVx)
36358ae175
CSS files moved to src folder
2017-06-04 19:29:50 +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
Konstantin (DigitalEntity) Sharlaimov
d1d724efb3
Version bump to 1.7.1
2017-06-03 20:21:12 +03:00
Pawel Spychalski (DzikuVx)
2a791652f4
updated package.json
2017-06-02 22:16:36 +02:00
Paweł Spychalski
29e2b68e14
Merge pull request #198 from iNavFlight/servo-cleanup
...
Angle at min and max removed
2017-05-29 11:54:49 +02:00