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

4040 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
05af37a8af Fix local firmware loader after NW version increase 2021-04-26 09:44:42 +02:00
Michel Pastor
4fcef09216
Improve autolanding settings layout and documentation (#1243) 2021-04-25 01:55:14 +02:00
Michel Pastor
036a46560a
Fix new landing setting names (#1241) 2021-04-22 00:41:30 +02:00
Michel Pastor
1bbc834a80
Update fonts (#1239)
* Update fonts

* Update fonts

* Update Wh/km unit in osd.js
2021-04-21 16:02:00 +02:00
Paweł Spychalski
6b01d16cae
Merge pull request #1238 from iNavFlight/dzikuvx-bump-nwjs
Bump NW.js to 0.52.3
2021-04-21 11:52:41 +02:00
Paweł Spychalski
f04cd31ac7
Merge pull request #1240 from MrD-RC/fix-ordered-modes-highlighs
Fix ordered modes highlights
2021-04-21 11:52:28 +02:00
Darren Lines
07af49856e Updated mode re-ordering to fix highlighting 2021-04-20 23:22:16 +01:00
Pawel Spychalski (DzikuVx)
516c80f1d8 Bump NW.js to 0.52.3 2021-04-20 12:14:26 +02:00
Michel Pastor
f7c7ad382f
Copter: add new setting for final landing vspeed instead of being hardcoded to 25% of set landing vspeed (#1235) 2021-04-19 23:43:07 +02:00
Darren Lines
f51660ecf8
Merge pull request #22 from iNavFlight/master
Merge from master
2021-04-19 08:01:47 +01:00
Paweł Spychalski
57732b74ce
Merge pull request #1231 from ArnoTlse/arntlse_safehome_mp
Arntlse safehome mp
2021-04-17 21:12:12 +02:00
ArnoTlse
dbfbd31c41
Merge branch 'master' into arntlse_safehome_mp 2021-04-17 20:50:11 +02:00
ArnoTlse
bc4abc1661 Waypoint OOP version 3.2
correction on MWP file loading. When MWP tag is absent, it trigger an empty map without WP.
It has been corrected now
2021-04-17 20:42:26 +02:00
ArnoTlse
325a01d417 Waypoint OOP version 3.1
Add possibility to Jump -1 + change Text on the line to indicate that it is an infinite loop

Correction of Bug on Saving to FC & EPROM

Correction of bug when Non-Geo options is added => Icon of the selected WP was not in Red anymore
2021-04-17 20:07:40 +02:00
ArnoTlse
bbc0b014c8 Waypoint OOP Version 3.0
Correction on a bug found when you add a non-geo options and when you want to move next WP. Before correction, Next WP was then disappearing and the line was frozen, unless you add a new WP after.

Thus, modification done on Add/remove Non-Geo point to force Cleaning and Redraw of the WP icon and lines
2021-04-17 13:35:28 +02:00
ArnoTlse
48b925a42b Waypoint OOP version 2.9
Correction of POI icon name (Sensitive issue)

Remove Draggable selection for Line between WP
2021-04-17 13:00:17 +02:00
ArnoTlse
049ff85016 Waypoint OOP version 2.8 2021-04-17 12:59:20 +02:00
ArnoTlse
9bdda9bd87 Waypoint OOP version 2.7
Add some break lines on Alert/Confirm message to ease readability
2021-04-17 11:57:41 +02:00
ArnoTlse
3e7dc4a226 waypoint OOP version 2.6
Correction on Icon filename due to Non-sensitive case

Add Alert Message when user try to target a Jump on a POI
2021-04-17 11:48:31 +02:00
ArnoTlse
4ddbc9a823 Waypoint OOP version 2.5 2021-04-17 11:46:57 +02:00
ArnoTlse
8b6e4cb934 Waypoint OOP version 2.4 2021-04-16 22:33:07 +02:00
ArnoTlse
8eac13be9a Waypoint OOP version 2.3 2021-04-16 22:32:45 +02:00
ArnoTlse
5f357cc34d waypoint OOP version 2.2
Add confirm pop-up when user want to delete WP with Non-Geo options attached. Accepting to remove this WP will remove the Attached Non-Geo options in the mission.
2021-04-16 22:09:23 +02:00
ArnoTlse
188399d7d9 Waypoint OOP version 2.1
correction of Non-sensitive case on the call of background-image: url(../images/icons/cf_icon_MP_loadFile_grey.svg);

Add Alert message on action aiming at removing a Jump target WP. Need to remove first the Jump defintion prior to remove the target WP.
2021-04-16 21:57:04 +02:00
Paweł Spychalski
3eb1a9a46e
Merge pull request #1232 from iNavFlight/avs-add-navigation-settings
Add navigation settings
2021-04-16 14:23:09 +02:00
Paweł Spychalski
68346fdb2f
Merge pull request #1227 from MrD-RC/add-pre-arm-to-modes-order
Added the new Prearm to the mode ordering
2021-04-16 10:34:39 +02:00
Paweł Spychalski
b30c51f0ad
Merge branch 'master' into add-pre-arm-to-modes-order 2021-04-16 10:34:15 +02:00
Paweł Spychalski
3fc6547695
Merge pull request #1228 from iNavFlight/dzikuvx-imu2-port-function
Secdondary IMU2 port function
2021-04-16 10:14:26 +02:00
ArnoTlse
2426cac5bb Waypoint OOP version 2.0
Correction of PH_TIME to POSHOLD_TIME to be compliant with XSD specification.

Increase of Font size for text on line for Jump and Set_HEAD.

Renaming of safeHome.js to safehome.js to be compliant to Case-Sensitive check for Blob.
2021-04-15 23:04:11 +02:00
Paweł Spychalski
2797474b6d
Merge pull request #1233 from iNavFlight/avs-small-text-changes
Minor text improvements
2021-04-15 13:44:22 +02:00
Alexander van Saase
412d8a6b81 Merge branch 'master' into avs-small-text-changes 2021-04-15 11:45:37 +02:00
Alexander van Saase
4ed90d5aaa text 2021-04-15 10:50:02 +02:00
Alexander van Saase
26aeb5e40c rth override 2021-04-15 10:47:16 +02:00
Alexander van Saase
8fc9da3288 climb first setting 2021-04-15 10:37:33 +02:00
Alexander van Saase
e0dd5944d0 MR slow down for WP 2021-04-15 10:22:24 +02:00
Paweł Spychalski
c46a52ae86
Merge pull request #1226 from MrD-RC/rearrange-advanced-tuning-page
Rearrange advanced tuning page
2021-04-15 09:40:48 +02:00
ArnoTlse
0a8d4f81cf Waypoint OOP version 1.9 2021-04-14 21:10:45 +02:00
ArnoTlse
3265158791 waypoint OOP version 1.8 2021-04-13 22:43:35 +02:00
Paweł Spychalski
6bdd8f8846
Merge pull request #1224 from iNavFlight/dzikuvx-rangefinder-distance
Add rangefinder distance to OSD
2021-04-13 20:25:19 +02:00
Paweł Spychalski
d09173ffdc
Merge pull request #1229 from MrD-RC/rename-OSD-SW-to-OSD-OFF
Rename OSD SW to OSD OFF and LEDLOW to LEDS OFF
2021-04-13 12:12:22 +02:00
Darren Lines
c6a87c83a9 Renamed OSD SW to OSD OFF, LEDLOW to LEDS OFF, and added TURTLE to ordering 2021-04-12 18:46:28 +01:00
Darren Lines
c4e07c860a
Merge pull request #21 from iNavFlight/master
Merge from master
2021-04-11 23:26:36 +01:00
Darren Lines
5db8669657 Added NAV COURSE HOLD
Kept NAV CRUISE in the hope that the box mode is re-added.
2021-04-11 17:09:26 +01:00
Pawel Spychalski (DzikuVx)
6589850146 Secdondary IMU2 port function 2021-04-11 17:13:31 +02:00
Darren Lines
c89808ce69 Added the new Pre-arm to the mode ordering 2021-04-11 14:38:36 +01:00
Darren Lines
6aebf2f0e8 Removed "Advanced Tuning" from "Generic Settings" title 2021-04-11 11:58:00 +01:00
ArnoTlse
30c3b043a3 waypoint OOP version 1.7 2021-04-11 09:49:48 +02:00
ArnoTlse
7e75ceef39 Waypoint OOP version 1.6 2021-04-10 22:44:36 +02:00
Darren Lines
88a9dca29a Position estimator removed at Pawel's request 2021-04-10 16:41:56 +01:00
Darren Lines
5d3c5e90ae Bug fix for titles when non-FW/MR selected 2021-04-10 11:45:52 +01:00