Commit Graph

3044 Commits (4879d9bcdae03296280ccba03bf86ae1d2be53c9)
 

Author SHA1 Message Date
Alberto García Hierro 4879d9bcda
Merge pull request #500 from shellixyz/battery_fixes
Fix battery values
6 years ago
Alberto García Hierro d4547e871c
Merge pull request #502 from shellixyz/add_clarity_font_to_font_manager
Add Clarity font to font manager
6 years ago
Pawel Spychalski (DzikuVx) 6dc2300131 Merge branch 'master' of github.com:iNavFlight/inav-configurator 6 years ago
Pawel Spychalski (DzikuVx) 967f223c14 Help for starting minimized problem 6 years ago
Michel Pastor d04a742145 Add Clarity font to font manager 6 years ago
Michel Pastor 2ee946c358 Fix battery values
Allow negative values of power, mAh drawn and mWh drawn
6 years ago
Alberto García Hierro 8331b7d034
Merge pull request #498 from iNavFlight/agh_mixer_css_fixes
CSS fixes in the mixer tab
6 years ago
Alberto García Hierro f943402d4d CSS fixes in the mixer tab
Prevents tables from overflowing their containers with some window
widths.
6 years ago
Alberto García Hierro 60a7b16162
Merge pull request #492 from iNavFlight/agh_parse_version_suffixes
Properly parse filenames with versions with suffixes
6 years ago
Alberto García Hierro 8bb23e7649
Merge pull request #494 from iNavFlight/agh_fix_hardcoded_version_width
Don't hardcode the logo text width
6 years ago
Paweł Spychalski e054cb5299
Merge pull request #495 from iNavFlight/agh_fix_stuck_loading_lt_2
Don't stop the promise chain in loadOutputMapping() in < 2.0
6 years ago
Alberto García Hierro 76ee83e7a3 Don't stop the promise chain in loadOutputMapping() in < 2.0
Affects the mixer and servos tab. This way they show a couple of
warnings ("no servos" and "upgrade the FC firmware" respectively)
rather than hanging the configurator.

Fixes https://github.com/iNavFlight/inav/issues/3462
6 years ago
Alberto García Hierro d7b1843bc5 Don't hardcode the logo text width
Otherwise it doesn't display correctly when the version is longer
than X.Y.Z. Add some left margin to the version instead.
6 years ago
Alberto García Hierro 71990d9e79 Properly parse filenames with versions with suffixes
e.g. 2.0.0-rc1 is parsed was parsed with "-rc1 " as part of the
target name.
6 years ago
Alberto García Hierro ed5dc23b9d
Merge pull request #490 from shellixyz/fix_osd_attitude_pitch_roll_preview
Fix OSD attitude pitch and roll preview
6 years ago
Michel Pastor 6b8876d853 Fix OSD attitude pitch and roll preview 6 years ago
Pawel Spychalski (DzikuVx) f7b4d4fe48 Close #489 6 years ago
Alberto García Hierro a5b55d5471
Merge pull request #488 from shellixyz/fix_osd_tab
Fix some OSD element IDs and previews
6 years ago
Michel Pastor 0cc688ca21 Fix some OSD element IDs and previews 6 years ago
Pawel Spychalski (DzikuVx) 92bf16454e Version bump 6 years ago
Alberto García Hierro 83ef2701de
Merge pull request #487 from shellixyz/add_new_osd_items
Add new OSD items
6 years ago
Michel Pastor 9365b46535 Add new OSD items 6 years ago
Michel Pastor 1c1135b261 Add milliohm symbol 6 years ago
Alberto García Hierro c3d75b74dd
Merge pull request #484 from iNavFlight/agh_remove_midrc_on_2
Hide midrc input box in INAV 2.0
6 years ago
Alberto García Hierro a1bce40482
Merge pull request #486 from iNavFlight/agh_msp_osd_separate_layouts
Add support for the latest MSP2_INAV_OSD_LAYOUTS changes
6 years ago
Alberto García Hierro 211d9b27fe Add support for the latest MSP2_INAV_OSD_LAYOUTS changes
OSD layouts are now sent separately via MSP to avoid overflowing the
TX buffer.
6 years ago
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