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

1568 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
b099f68281 Output mapping in mixer tab 2018-06-02 17:38:37 +02:00
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).
2018-05-27 21:13:24 +01:00
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
2018-05-25 13:15:54 +01:00
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
2018-05-25 07:55:36 +02:00
Alberto García Hierro
6927ede37b Hide platform type / flaps separator when there's no flaps checkbox
Just a small visual change
2018-05-24 21:41:48 +01:00
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.
2018-05-24 21:20:11 +01:00
Pawel Spychalski (DzikuVx)
f5e60cc40e Servo output in Servo tab 2018-05-24 20:28:04 +02:00
Pawel Spychalski (DzikuVx)
993f8b5c5f fixes and cleanups 2018-05-24 17:29:24 +02:00
Pawel Spychalski (DzikuVx)
6d40d8e020 show only configured servos 2018-05-24 14:32:21 +02:00
Paweł Spychalski
8e2768377c
Merge pull request #451 from iNavFlight/agh_fix_airspeed_preview
Fix air speed preview in UK mode
2018-05-22 09:24:41 +02:00
Alberto García Hierro
6e80fd2b4d Fix support for simulated RX via MSP, increase channels to 12
- Fix detection of MSP_RX to show the button in the receiver tab
- Fix path to the .css file for receiver_msp.html
- Increase number of channels to 12
2018-05-20 17:05:34 +01:00
Alberto García Hierro
f64a707c37 Fix air speed preview in UK mode
As reported in https://github.com/iNavFlight/inav/issues/3235
2018-05-19 11:56:08 +01:00
Alberto García Hierro
205d8c2df7 Add a workaround for uploading fonts on F3 from macOS
Change MSP.send_message() and MSP.promise() to accept an optional
protocol version argument. If null or undefined, the default version
set for the MSP instance is used instead.

Use this additional argument in FONT.upload(), so we avoid generating
64 byte writes when uploading a font.
2018-05-19 11:35:28 +01:00
Alberto García Hierro
15e884acf1
Merge pull request #443 from iNavFlight/agh_osd_radar
Add support for OSD Radar mode
2018-05-14 22:28:07 +01:00
Pawel Spychalski (DzikuVx)
7f89a913e1 Stage2 added to profile 2018-05-13 14:21:26 +02:00
Pawel Spychalski (DzikuVx)
f4a840215f Slightly boosted Igain 2018-05-13 14:04:39 +02:00
Pawel Spychalski (DzikuVx)
2ceceff416 5inch performance 2018-05-13 14:04:39 +02:00
Pawel Spychalski (DzikuVx)
cc0b56552b Updated 5inch Racer 2018-05-13 14:04:39 +02:00
Konstantin Sharlaimov
e8f37da7c7
Merge pull request #442 from iNavFlight/agh_map_version
Prevent map modes to be shown if firmware is < 2.0.0
2018-05-12 11:58:12 +10:00
Michel Pastor
909d183e82 Fix OSD AHI preview 2018-05-11 17:09:17 +02:00
Alberto García Hierro
7029323f49 Add support for OSD Radar mode 2018-05-11 11:07:26 +01:00
Alberto García Hierro
91d802a81b Prevent map modes to be shown if firmware is < 2.0.0
Oversight from the initial map mode support
2018-05-11 10:12:49 +01:00
Konstantin Sharlaimov (DigitalEntity)
d1e31f4bdb Fix mission EEPROM load/save commands 2018-05-10 22:35:19 +10:00
Konstantin Sharlaimov
594cad7d0b
Merge pull request #432 from iNavFlight/agh_osd_map
Add support for OSD MAP mode
2018-05-10 00:14:38 +10:00
Alberto García Hierro
0d788a430c Use a switch to reverse servos rather than negative rates
Just an UI change, same functionality.
2018-05-08 14:43:53 +01:00
Alberto García Hierro
dfacb0b084 Add support for osd MAP mode
Includes new icon for the map scale a new group for the maps/radars,
since they're a bit special (they allow element overlapping inside
them).
2018-05-08 12:06:08 +01:00
Paweł Spychalski
a9dfd90f1e
Merge pull request #431 from iNavFlight/dzikuvx-updated-racer-preset
Updated presets
2018-05-08 10:36:27 +02:00
Paweł Spychalski
48e4abe8d1
Merge pull request #433 from iNavFlight/dzikuvx-channel-forwarding-removed
Servo tab cleanup, channel forwarding removed
2018-05-08 10:10:42 +02:00
Paweł Spychalski
6d07340c21
Merge pull request #434 from iNavFlight/dzikuvx-old-versions-cleanup
Old versions cleanup
2018-05-08 09:33:05 +02:00
Konstantin Sharlaimov
e216d32850
Merge pull request #435 from shellixyz/add_pitch_and_roll_attitude_angle_in_osd
Add pitch and roll attitude angles OSD items
2018-05-08 15:02:28 +10:00
Michel Pastor
845a14ca1d Add pitch and roll attitude angles OSD items 2018-05-07 23:27:52 +02:00
Pawel Spychalski (DzikuVx)
757ca0f5a1 references to INAV 1.4 removed 2018-05-07 20:56:00 +02:00
Pawel Spychalski (DzikuVx)
47a063dccd references to inav 1.3 removed 2018-05-07 20:48:48 +02:00
Pawel Spychalski (DzikuVx)
13f50294f3 references to INAV 1.2 removed 2018-05-07 20:46:11 +02:00
Pawel Spychalski (DzikuVx)
73a15695c5 reference to INAV 1.0.0 removed 2018-05-07 20:43:05 +02:00
Pawel Spychalski (DzikuVx)
55385f5831 Servo tab cleanup 2018-05-07 20:32:56 +02:00
Konstantin Sharlaimov
cf176f2201
Merge pull request #428 from iNavFlight/de_opflow_sensor_select
Add selector for optical flow sensor
2018-05-07 21:49:55 +10:00
Pawel Spychalski (DzikuVx)
4640de33d0 Other presets updated 2018-05-07 13:46:29 +02:00
Pawel Spychalski (DzikuVx)
aed550e51a Updated 5inch preset 2018-05-07 13:20:19 +02:00
Alberto García Hierro
ac2b42c743 Add symbol for HOME and use it in the home distance indicator 2018-05-06 10:55:30 +01:00
Konstantin Sharlaimov (DigitalEntity)
57241b86f8 Add selector for optical flow sensor 2018-05-06 10:14:48 +10:00
Paweł Spychalski
05355f749c
Merge pull request #423 from iNavFlight/dzikuvx-tracking-fixes
Dzikuvx tracking fixes
2018-05-02 23:54:34 +02:00
Pawel Spychalski (DzikuVx)
c22541d186 Mixer tracking 2018-05-02 21:40:39 +02:00
Pawel Spychalski (DzikuVx)
35170f74dd fixed RX protocol tracking vol. 2 2018-05-02 21:17:32 +02:00
Pawel Spychalski (DzikuVx)
9961fc1476 RX type tracking fixed 2018-05-02 21:13:02 +02:00
Pawel Spychalski (DzikuVx)
00ac2379ab 7" preset 2018-05-02 20:41:39 +02:00
Alexey Stankevich
e7aeccbaed Change Watt symbol in OSD preview 2018-04-28 00:18:19 +03:00
Alberto García Hierro
32065e9f45 Add support for configuring multiple OSD layouts 2018-04-26 11:20:23 +01:00
Konstantin Sharlaimov
c6dda46330
Merge pull request #408 from warhog/osd
Added indicator for overlapping osd elements
2018-04-23 12:25:49 +10:00
Michel Pastor
353e0cc0a6 Fix OSD AHI preview 2018-04-23 04:22:56 +02:00