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

3724 commits

Author SHA1 Message Date
Alberto García Hierro
fc0c8123da
Merge pull request #529 from iNavFlight/agh_update_fontlist
Add Vision font, move Clarity in front of Bold and Large
2018-07-11 18:06:49 +01:00
Alberto García Hierro
d2d0efc1d3 Add Vision font, move Clarity in front of Bold and Large
Also, add them to the Makefile so they'll get updated by make when
changes to the source icons are made.
2018-07-11 17:58:13 +01:00
Alberto García Hierro
969ea78dff
Merge pull request #536 from iNavFlight/agh_fix_vtx_powerlevels
Fix VTX power levels
2018-07-11 17:30:52 +01:00
Alberto García Hierro
f6407a9598 Fix VTX power levels
Power levels are 1-5 for Tramp and 1-4 for SmartAudio, not 0-4
for both.
2018-07-11 17:26:01 +01:00
Alberto García Hierro
5e5993cdef
Merge pull request #533 from iNavFlight/agh_osd_settings
Add support for editing more OSD settings from the OSD tab
2018-07-11 17:09:38 +01:00
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
2018-07-11 17:09:20 +01:00
Alberto García Hierro
5bfec36da1 Increase version number to 2.0.0-rc3 2018-07-11 16:52:59 +01:00
Alberto García Hierro
c5bcb9fb7d
Merge pull request #534 from iNavFlight/agh_fix_map_previews
Fix map center location in the OSD preview
2018-07-11 11:31:41 +01:00
Alberto García Hierro
42c45648d3 Add support for editing more OSD settings from the OSD tab
- Voltage decimals
- Crosshairs style
- Sidebar scroll for left and right
- Sidebar scrolling arrows
2018-07-11 10:54:47 +01:00
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.
2018-07-11 00:07:20 +01:00
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
2018-07-09 23:32:28 +01:00
Alberto García Hierro
1db6b9c48b
Merge pull request #532 from iNavFlight/agh_fix_build
Complete migration to Gulp 4, add linux32 support
2018-07-09 22:44:26 +01:00
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
2018-07-09 22:29:47 +01:00
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