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
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
2018-07-09 14:02:53 +01:00
Alberto García Hierro
f48c6a0802
Merge pull request #523 from OlivierC-FR/font-vision
OSD font : Vision
2018-07-09 00:55:02 +01:00
Alberto García Hierro
b8fd9578c3
Merge pull request #519 from shellixyz/remove_failsafe_throttle_low_delay_setting
Remove failsafe throttle low delay setting
2018-07-09 00:35:09 +01:00
Alberto García Hierro
9e76f185b3
Merge pull request #508 from iNavFlight/agh_fix_version_display
Fix FC version display during connection
2018-07-09 00:34:48 +01:00
Alberto García Hierro
e76cc5e20c
Merge pull request #527 from iNavFlight/agh_update_deps
Update dependencies to be able to run with node 10
2018-07-09 00:34:31 +01:00
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
2018-07-08 22:17:10 +01:00
Alberto García Hierro
a1e95822bd
Merge pull request #526 from iNavFlight/agh_new_slack_link
Update Slack auto-invite link
2018-07-08 20:35:30 +01:00
Alberto García Hierro
87d9dfee5c Update Slack auto-invite link
Replace signup.team, which has been down for some time, with
publicslack.com
2018-07-08 20:29:45 +01:00
Olivier C
39beafcb6e OSD font vision 2018-07-04 22:05:42 +02:00
Michel Pastor
6dd0151e6e Remove failsafe throttle low delay setting 2018-07-04 00:17:38 +02:00
Alberto García Hierro
a7dbf06a2b
Merge pull request #510 from iNavFlight/agh_remove_stray_char_in_large
Remove invalid first character from "Large" font
2018-06-30 19:06:36 +01:00
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
2018-06-29 18:17:19 +01:00
Alberto García Hierro
d0ec941a1c Fix FC version display during connection
Version was displayed before it was actually obtained
2018-06-29 17:40:46 +01:00
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
2018-06-29 12:44:24 +01:00
Alberto García Hierro
d7cad43809 Version bump to 2.0.0-rc2 in package.json
Missed in previous commit
2018-06-29 12:43:06 +01:00
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
2018-06-29 12:26:09 +01:00
Alberto García Hierro
904aa16972 Bump version to 2.0.0-rc2 2018-06-29 12:25:44 +01:00
Alberto García Hierro
4879d9bcda
Merge pull request #500 from shellixyz/battery_fixes
Fix battery values
2018-06-28 21:54:51 +01:00
Alberto García Hierro
d4547e871c
Merge pull request #502 from shellixyz/add_clarity_font_to_font_manager
Add Clarity font to font manager
2018-06-28 21:51:03 +01:00
Pawel Spychalski (DzikuVx)
6dc2300131 Merge branch 'master' of github.com:iNavFlight/inav-configurator 2018-06-28 21:54:10 +02:00
Pawel Spychalski (DzikuVx)
967f223c14 Help for starting minimized problem 2018-06-28 21:54:04 +02:00
Michel Pastor
d04a742145 Add Clarity font to font manager 2018-06-28 15:10:52 +02:00
Michel Pastor
2ee946c358 Fix battery values
Allow negative values of power, mAh drawn and mWh drawn
2018-06-28 01:11:52 +02:00
Alberto García Hierro
8331b7d034
Merge pull request #498 from iNavFlight/agh_mixer_css_fixes
CSS fixes in the mixer tab
2018-06-27 21:11:18 +01:00
Alberto García Hierro
f943402d4d CSS fixes in the mixer tab
Prevents tables from overflowing their containers with some window
widths.
2018-06-27 20:23:14 +01:00
Alberto García Hierro
60a7b16162
Merge pull request #492 from iNavFlight/agh_parse_version_suffixes
Properly parse filenames with versions with suffixes
2018-06-27 14:50:37 +01:00
Alberto García Hierro
8bb23e7649
Merge pull request #494 from iNavFlight/agh_fix_hardcoded_version_width
Don't hardcode the logo text width
2018-06-27 13:54:17 +01:00
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
2018-06-27 14:49:05 +02:00
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
2018-06-27 13:18:54 +01:00
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.
2018-06-27 12:58:57 +01:00
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.
2018-06-26 23:46:06 +01:00
Alberto García Hierro
ed5dc23b9d
Merge pull request #490 from shellixyz/fix_osd_attitude_pitch_roll_preview
Fix OSD attitude pitch and roll preview
2018-06-26 18:46:53 +01:00
Michel Pastor
6b8876d853 Fix OSD attitude pitch and roll preview 2018-06-26 19:45:05 +02:00
Pawel Spychalski (DzikuVx)
f7b4d4fe48 Close #489 2018-06-26 19:01:09 +02:00
Alberto García Hierro
a5b55d5471
Merge pull request #488 from shellixyz/fix_osd_tab
Fix some OSD element IDs and previews
2018-06-26 17:05:15 +01:00
Michel Pastor
0cc688ca21 Fix some OSD element IDs and previews 2018-06-26 15:01:02 +02:00
Pawel Spychalski (DzikuVx)
92bf16454e Version bump 2018-06-26 11:22:50 +02:00
Alberto García Hierro
83ef2701de
Merge pull request #487 from shellixyz/add_new_osd_items
Add new OSD items
2018-06-25 22:43:11 +01:00
Michel Pastor
9365b46535 Add new OSD items 2018-06-25 15:29:25 +02:00
Michel Pastor
1c1135b261 Add milliohm symbol 2018-06-24 22:19:06 +02:00
Alberto García Hierro
c3d75b74dd
Merge pull request #484 from iNavFlight/agh_remove_midrc_on_2
Hide midrc input box in INAV 2.0
2018-06-24 18:12:17 +01:00
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
2018-06-24 18:09:21 +01:00
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.
2018-06-22 22:47:32 +01:00
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.
2018-06-22 10:29:12 +01:00
Alberto García Hierro
68f545a5bd
Merge pull request #483 from iNavFlight/agh_fix_exception
Fix exception while connecting
2018-06-22 09:52:34 +01:00
Alberto García Hierro
9246f668ee Fix exception while connecting
Introduced in #482
2018-06-22 09:51:10 +01:00
Alberto García Hierro
f13231be9a
Merge pull request #481 from iNavFlight/agh_vtx_settings
Add support for latest VTX changes
2018-06-22 09:20:38 +01:00
Alberto García Hierro
d73d460bbc
Merge pull request #482 from iNavFlight/agh_fix_unknown_code_warning
Handle MSPV2_INAV_SET_MISC in MSPHelper.js
2018-06-21 21:02:57 +01:00
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
2018-06-21 21:02:43 +01:00
Alberto García Hierro
f7ea65fa6d
Merge pull request #475 from shellixyz/battery_profiles_support
Add support for battery profiles
2018-06-20 23:25:50 +01:00