Commit Graph

3068 Commits (64641e645a808319a87a26a9b47a5e6aeec151eb)
 

Author SHA1 Message Date
Alberto García Hierro f110ea299d Hide midrc input box in INAV 2.0
midrc was removed in 2.0, although the MSP message format was
kept for backwards compatibility. Hence, we just hide the field
on INAV >= 2.0.
6 years ago
Alberto García Hierro 68f545a5bd
Merge pull request #483 from iNavFlight/agh_fix_exception
Fix exception while connecting
6 years ago
Alberto García Hierro 9246f668ee Fix exception while connecting
Introduced in #482
6 years ago
Alberto García Hierro f13231be9a
Merge pull request #481 from iNavFlight/agh_vtx_settings
Add support for latest VTX changes
6 years ago
Alberto García Hierro d73d460bbc
Merge pull request #482 from iNavFlight/agh_fix_unknown_code_warning
Handle MSPV2_INAV_SET_MISC in MSPHelper.js
6 years ago
Alberto García Hierro 18817b2f21
Merge pull request #479 from iNavFlight/agh_fix_osd_items_outside_viewport
Improve handling of OSD elements outside the viewport
6 years ago
Alberto García Hierro f7ea65fa6d
Merge pull request #475 from shellixyz/battery_profiles_support
Add support for battery profiles
6 years ago
Alberto García Hierro 2bb4333709
Merge pull request #474 from shellixyz/add_new_features
Add new features THR_VBAT_COMP and BAT_PROFILE_AUTOSWITCH
6 years ago
Alberto García Hierro 8a8e398a59
Merge pull request #397 from shellixyz/increase_current_sensor_offset_voltage_resolution
Increase current sensor offset voltage resolution
6 years ago
Alberto García Hierro 1de1f75093 Handle MSPV2_INAV_SET_MISC in MSPHelper.js
Fixes "unknown MSP code" warning
6 years ago
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.
6 years ago
Alberto García Hierro ba45e316e3 Update VTX OSD item preview
It will show the power level in 2.0
6 years ago
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.
6 years ago
Paweł Spychalski ef574716c3
Merge pull request #476 from iNavFlight/dzikuvx-s800-preset
S800 Flying Wing Preset
6 years ago
Paweł Spychalski d72b1015af
Merge pull request #478 from iNavFlight/dzikuvx-updated-nano-talon-mixer
Updated Nano Talon mixer
6 years ago
Pawel Spychalski (DzikuVx) ad513d985f Updated Nano Talon mixer 6 years ago
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
6 years ago
Michel Pastor 7462218f3e Add remaining flight time / distance OSD items 6 years ago
Pawel Spychalski (DzikuVx) 3febdda531 S800 Flying Wing Preset 6 years ago
Michel Pastor e945c0749c Add support for battery profiles 6 years ago
Michel Pastor 17028a7dc9 Add new features THR_VBAT_COMP and BAT_PROFILE_AUTOSWITCH 6 years ago
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
6 years ago
Michel Pastor c32ba2614e Add sag compensated battery voltage to the OSD tab 6 years ago
Paweł Spychalski ff0b0bf2fc
Merge pull request #466 from shellixyz/fix_bug_in_MSP_ACTIVEBOXES_decoding
Fix bug in MSP_ACTIVEBOXES decoding
6 years ago
Paweł Spychalski 78bfb8aed5
Merge pull request #473 from shellixyz/drop_receiver_channels_plot
Drop receiver tab channels plot
6 years ago
Michel Pastor 6846e28c9b Drop receiver tab channels plot 6 years ago
Paweł Spychalski 316f8fae8b
Merge pull request #469 from iNavFlight/agh_fix_motor_names
Fix motor names in the mixer tab
6 years ago
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.
6 years ago
Paweł Spychalski f31db904f7
Merge pull request #467 from iNavFlight/dzikuvx-rangefinder-rename
Rangefinder rename
6 years ago
Pawel Spychalski (DzikuVx) 92f596634f Rangefinder rename 6 years ago
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
6 years ago
Paweł Spychalski 19c26446e5
Merge pull request #452 from iNavFlight/agh_fix_new_api_alarms
Correctly display alarms when using the new OSD API
6 years ago
Paweł Spychalski 1c71d7bf08
Merge pull request #464 from iNavFlight/dzikuvx-mixer-ouput-motor-indexing-fix
Index motors from 1 in output mapping preview
6 years ago
Pawel Spychalski (DzikuVx) 8958325f38 Index motors from 1 in output mapping preview 6 years ago
Paweł Spychalski f092bc3681
Merge pull request #462 from iNavFlight/dzikuvx-mixer-output-info
Output mapping in mixer tab
6 years ago
Pawel Spychalski (DzikuVx) b099f68281 Output mapping in mixer tab 6 years ago
Alberto García Hierro 83bd7ac67f
Merge pull request #300 from iNavFlight/agh_osd_wind
Add support for configuring OSD wind indicators
6 years ago
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).
6 years ago
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
6 years ago
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
6 years ago
Paweł Spychalski a22882b8c6
Merge pull request #458 from iNavFlight/dzikuvx-servo-output-info
Servo output in Servo tab
6 years ago
Alberto García Hierro 6927ede37b Hide platform type / flaps separator when there's no flaps checkbox
Just a small visual change
6 years ago
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.
6 years ago
Pawel Spychalski (DzikuVx) f5e60cc40e Servo output in Servo tab 6 years ago
Paweł Spychalski cac734e496
Merge pull request #457 from iNavFlight/agh_clarity_font
Add clarity font
6 years ago
Alberto García Hierro 37981d5108 Add PNG files for "clarity" font 6 years ago
Daniel Arruda Ribeiro a3f39fa085 Clarity Font from BetaFlight adapted for InavFlight 6 years ago
Paweł Spychalski 3b4c4f00cc
Merge pull request #456 from iNavFlight/dzikuvx-show-only-configured-servos
show only configured servos
6 years ago
Pawel Spychalski (DzikuVx) 993f8b5c5f fixes and cleanups 6 years ago
Pawel Spychalski (DzikuVx) 6d40d8e020 show only configured servos 6 years ago