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

3111 commits

Author SHA1 Message Date
Alberto García Hierro
2bb4333709
Merge pull request #474 from shellixyz/add_new_features
Add new features THR_VBAT_COMP and BAT_PROFILE_AUTOSWITCH
2018-06-20 23:06:02 +01:00
Alberto García Hierro
8a8e398a59
Merge pull request #397 from shellixyz/increase_current_sensor_offset_voltage_resolution
Increase current sensor offset voltage resolution
2018-06-20 16:22:08 +01:00
Alberto García Hierro
1de1f75093 Handle MSPV2_INAV_SET_MISC in MSPHelper.js
Fixes "unknown MSP code" warning
2018-06-20 15:58:24 +01:00
Alberto García Hierro
6da922919f Add support for the new VTX settings API
When a controllable VTX is configured, a new section appears in
the configuration tab which allows the user to set the band, channel
power and "low power on disarm" option.
2018-06-20 15:56:24 +01:00
Alberto García Hierro
ba45e316e3 Update VTX OSD item preview
It will show the power level in 2.0
2018-06-19 23:08:57 +01:00
Alberto García Hierro
35775d5062 Improve handling of OSD elements outside the viewport
- Don't crash when showing the preview for an item which is turned
on but non-visible due to its position.
- Move items outside of the viewport inside it when switching them
from hidden to visible.
2018-06-18 18:03:49 +01:00
Paweł Spychalski
ef574716c3
Merge pull request #476 from iNavFlight/dzikuvx-s800-preset
S800 Flying Wing Preset
2018-06-18 17:20:03 +02:00
Paweł Spychalski
d72b1015af
Merge pull request #478 from iNavFlight/dzikuvx-updated-nano-talon-mixer
Updated Nano Talon mixer
2018-06-18 17:19:49 +02:00
Pawel Spychalski (DzikuVx)
ad513d985f Updated Nano Talon mixer 2018-06-18 16:07:55 +02:00
Alberto García Hierro
58f325f58c
Merge pull request #477 from shellixyz/add_remaining_flight_time_distance_osd_items
Add remaining flight time / distance OSD items
2018-06-18 15:07:28 +01:00
Michel Pastor
7462218f3e Add remaining flight time / distance OSD items 2018-06-18 15:17:39 +02:00
Pawel Spychalski (DzikuVx)
3febdda531 S800 Flying Wing Preset 2018-06-18 14:28:02 +02:00
Michel Pastor
e945c0749c Add support for battery profiles 2018-06-16 04:26:35 +02:00
Michel Pastor
17028a7dc9 Add new features THR_VBAT_COMP and BAT_PROFILE_AUTOSWITCH 2018-06-16 02:15:10 +02:00
Alberto García Hierro
a1b807fc4b
Merge pull request #472 from shellixyz/osd_sag_compensated_battery_voltage
Add sag compensated battery voltage to the OSD tab
2018-06-15 17:44:54 +01:00
Michel Pastor
c32ba2614e Add sag compensated battery voltage to the OSD tab 2018-06-15 14:58:11 +02:00
Paweł Spychalski
ff0b0bf2fc
Merge pull request #466 from shellixyz/fix_bug_in_MSP_ACTIVEBOXES_decoding
Fix bug in MSP_ACTIVEBOXES decoding
2018-06-14 14:28:42 +02:00
Paweł Spychalski
78bfb8aed5
Merge pull request #473 from shellixyz/drop_receiver_channels_plot
Drop receiver tab channels plot
2018-06-14 09:48:10 +02:00
Michel Pastor
6846e28c9b Drop receiver tab channels plot 2018-06-14 01:32:10 +02:00
Paweł Spychalski
316f8fae8b
Merge pull request #469 from iNavFlight/agh_fix_motor_names
Fix motor names in the mixer tab
2018-06-08 12:58:43 +02:00
Alberto García Hierro
c4de2fee0a Fix motor names in the mixer tab
Using let on an array produces the keys as strings, so +1'ing them
was doing string concatenation. With this change, the integer indices
are used instead.
2018-06-08 11:51:49 +01:00
Paweł Spychalski
f31db904f7
Merge pull request #467 from iNavFlight/dzikuvx-rangefinder-rename
Rangefinder rename
2018-06-06 10:13:07 +02:00
Pawel Spychalski (DzikuVx)
92f596634f Rangefinder rename 2018-06-06 08:51:48 +02:00
Michel Pastor
1b453762a1 Fix bug in MSP_ACTIVEBOXES decoding
In JS `(1<<32) == 1` so it was causing an issue when the FC was advertising
more than 32 mode boxes
2018-06-05 01:52:15 +02:00
Paweł Spychalski
19c26446e5
Merge pull request #452 from iNavFlight/agh_fix_new_api_alarms
Correctly display alarms when using the new OSD API
2018-06-04 17:21:01 +02:00
Paweł Spychalski
1c71d7bf08
Merge pull request #464 from iNavFlight/dzikuvx-mixer-ouput-motor-indexing-fix
Index motors from 1 in output mapping preview
2018-06-04 17:20:10 +02:00
Pawel Spychalski (DzikuVx)
8958325f38 Index motors from 1 in output mapping preview 2018-06-04 14:57:07 +02:00
Paweł Spychalski
f092bc3681
Merge pull request #462 from iNavFlight/dzikuvx-mixer-output-info
Output mapping in mixer tab
2018-06-02 17:46:20 +02:00
Pawel Spychalski (DzikuVx)
b099f68281 Output mapping in mixer tab 2018-06-02 17:38:37 +02:00
Alberto García Hierro
83bd7ac67f
Merge pull request #300 from iNavFlight/agh_osd_wind
Add support for configuring OSD wind indicators
2018-05-27 22:32:56 +01:00
Alberto García Hierro
6301dddcc6 Add support for configuring OSD wind indicators
Symbols for "[GB" and "BL]" have been replaced by the wind indicators,
since we're not using them (and it's unlikely we will).
2018-05-27 21:13:24 +01:00
Alberto García Hierro
aeff96317a
Merge pull request #450 from iNavFlight/agh_workaround_f3_font_bug
Add a workaround for uploading fonts on F3 from macOS
2018-05-25 13:15:54 +01:00
Paweł Spychalski
4352c7c5cb
Merge pull request #459 from iNavFlight/agh_mixer_hide_noflaps_border
Hide platform type / flaps separator when there's no flaps checkbox
2018-05-25 07:55:36 +02:00
Paweł Spychalski
a22882b8c6
Merge pull request #458 from iNavFlight/dzikuvx-servo-output-info
Servo output in Servo tab
2018-05-25 07:55:02 +02:00
Alberto García Hierro
6927ede37b Hide platform type / flaps separator when there's no flaps checkbox
Just a small visual change
2018-05-24 21:41:48 +01:00
Alberto García Hierro
34a90cb3a4 Show the servos warning only when no servos are configured
When there are no servos in the mixer the message "No servos
configured. Add them using the Mixer tab." is shown on top.
Otherwise, no message is shown, since mixer now is the only
source for servos.
2018-05-24 21:20:11 +01:00
Pawel Spychalski (DzikuVx)
f5e60cc40e Servo output in Servo tab 2018-05-24 20:28:04 +02:00
Paweł Spychalski
cac734e496
Merge pull request #457 from iNavFlight/agh_clarity_font
Add clarity font
2018-05-24 20:23:34 +02:00
Alberto García Hierro
37981d5108 Add PNG files for "clarity" font 2018-05-24 19:02:21 +01:00
Daniel Arruda Ribeiro
a3f39fa085 Clarity Font from BetaFlight adapted for InavFlight 2018-05-24 18:51:06 +01:00
Paweł Spychalski
3b4c4f00cc
Merge pull request #456 from iNavFlight/dzikuvx-show-only-configured-servos
show only configured servos
2018-05-24 17:30:15 +02:00
Pawel Spychalski (DzikuVx)
993f8b5c5f fixes and cleanups 2018-05-24 17:29:24 +02:00
Pawel Spychalski (DzikuVx)
6d40d8e020 show only configured servos 2018-05-24 14:32:21 +02:00
Paweł Spychalski
8e2768377c
Merge pull request #451 from iNavFlight/agh_fix_airspeed_preview
Fix air speed preview in UK mode
2018-05-22 09:24:41 +02:00
Alberto García Hierro
f2f2d7ba9b
Merge pull request #453 from iNavFlight/agh_fix_msp_rx
Fix support for simulated RX via MSP, increase channels to 12
2018-05-20 21:58:49 +01:00
Alberto García Hierro
6e80fd2b4d Fix support for simulated RX via MSP, increase channels to 12
- Fix detection of MSP_RX to show the button in the receiver tab
- Fix path to the .css file for receiver_msp.html
- Increase number of channels to 12
2018-05-20 17:05:34 +01:00
Paweł Spychalski
fa93da4e6b
Merge pull request #449 from iNavFlight/dzikuvx-more-mixer-presets
More mixer presets
2018-05-20 09:40:21 +02:00
Alberto García Hierro
55688abcbd Correctly display alarms when using the new OSD API
Fixes incorrect alarms in 2.0
2018-05-19 21:25:33 +01:00
Alberto García Hierro
f64a707c37 Fix air speed preview in UK mode
As reported in https://github.com/iNavFlight/inav/issues/3235
2018-05-19 11:56:08 +01:00
Alberto García Hierro
205d8c2df7 Add a workaround for uploading fonts on F3 from macOS
Change MSP.send_message() and MSP.promise() to accept an optional
protocol version argument. If null or undefined, the default version
set for the MSP instance is used instead.

Use this additional argument in FONT.upload(), so we avoid generating
64 byte writes when uploading a font.
2018-05-19 11:35:28 +01:00