Commit Graph

3068 Commits (64641e645a808319a87a26a9b47a5e6aeec151eb)
 

Author SHA1 Message Date
Alberto García Hierro 64641e645a
Merge pull request #535 from iNavFlight/agh_increase_v2.0.0-rc3
Increase version number to 2.0.0-rc3
6 years ago
Alberto García Hierro 5bfec36da1 Increase version number to 2.0.0-rc3 6 years ago
Alberto García Hierro c5bcb9fb7d
Merge pull request #534 from iNavFlight/agh_fix_map_previews
Fix map center location in the OSD preview
6 years ago
Alberto García Hierro c523846b70 Fix map center location in the OSD preview
It was not properly calculated because it used the AHI center as
a starting point, which is not actually vertically centered.
6 years ago
Alberto García Hierro 8e823748f4
Merge pull request #528 from iNavFlight/agh_add_pitch_roll_angles
Add maximum PITCH and ROLL angles to the PID tuning tab
6 years ago
Alberto García Hierro 1db6b9c48b
Merge pull request #532 from iNavFlight/agh_fix_build
Complete migration to Gulp 4, add linux32 support
6 years ago
Alberto García Hierro 321d704675 Complete migration to Gulp 4, add linux32 support
- Remove usages of runSequence(), which doesn't work with Gulp 4,
using gulp.series() instead.
- Add support for linux32 builds
- Add new --platform argument for building only for a single platform
(e.g. --platform=osx64).

Fixes build problems introduced in #527
Fixes #531
6 years ago
Alberto García Hierro be1cb6afc4 Add maximum PITCH and ROLL angles to the PID tuning tab
- Add Pitch and Roll angles below the rates
- Add help messages indicating that these values constrain the
maximum inclination during navigation.
- Add help messages for navigation max bank/climb/dive angles
- Add help for pitch2thr
6 years ago
Alberto García Hierro f48c6a0802
Merge pull request #523 from OlivierC-FR/font-vision
OSD font : Vision
6 years ago
Alberto García Hierro b8fd9578c3
Merge pull request #519 from shellixyz/remove_failsafe_throttle_low_delay_setting
Remove failsafe throttle low delay setting
6 years ago
Alberto García Hierro 9e76f185b3
Merge pull request #508 from iNavFlight/agh_fix_version_display
Fix FC version display during connection
6 years ago
Alberto García Hierro e76cc5e20c
Merge pull request #527 from iNavFlight/agh_update_deps
Update dependencies to be able to run with node 10
6 years ago
Alberto García Hierro 78312e52ee Update dependencies to be able to run with node 10
- Update gulp to 4.0.0
- Update nw.js to 0.31.4-sdk
6 years ago
Alberto García Hierro a1e95822bd
Merge pull request #526 from iNavFlight/agh_new_slack_link
Update Slack auto-invite link
6 years ago
Alberto García Hierro 87d9dfee5c Update Slack auto-invite link
Replace signup.team, which has been down for some time, with
publicslack.com
6 years ago
Olivier C 39beafcb6e OSD font vision 6 years ago
Michel Pastor 6dd0151e6e Remove failsafe throttle low delay setting 6 years ago
Alberto García Hierro a7dbf06a2b
Merge pull request #510 from iNavFlight/agh_remove_stray_char_in_large
Remove invalid first character from "Large" font
6 years ago
Alberto García Hierro 42bbce7cd5 Remove invalid first character from "Large" font
First character has to be blank per the MAX7456 specs, since it
uses it internally to paint over characters where we haven't painted
anything.

Fixes #509
6 years ago
Alberto García Hierro d0ec941a1c Fix FC version display during connection
Version was displayed before it was actually obtained
6 years ago
Alberto García Hierro 040b0c5fa4
Merge pull request #507 from iNavFlight/agh_version_bump_to_package_json_2.0.0-rc2
Version bump to 2.0.0-rc2 in package.json
6 years ago
Alberto García Hierro d7cad43809 Version bump to 2.0.0-rc2 in package.json
Missed in previous commit
6 years ago
Alberto García Hierro c600097a65
Merge pull request #506 from iNavFlight/agh_version_bump_to_2.0.0-rc2
Bump version to 2.0.0-rc2
6 years ago
Alberto García Hierro 904aa16972 Bump version to 2.0.0-rc2 6 years ago
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