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

141 commits

Author SHA1 Message Date
breadoven
abbde2fe31 fixes + remove double click mission select
double click mission select replaced with WP Edit box button
2021-10-20 13:43:22 +01:00
breadoven
6e60831509 Add FC version check 2021-10-19 14:26:04 +01:00
breadoven
87d695c66f Update mission_control.js 2021-10-18 22:44:05 +01:00
breadoven
54241f8afc remove flags 2021-10-18 21:13:39 +01:00
breadoven
92a12fc7b0 update 2021-10-18 20:37:43 +01:00
breadoven
8fcdf76945 Initial build 2021-10-17 23:44:33 +01:00
Paweł Spychalski
754f244e9e
Merge pull request #1362 from breadoven/abo_mission_control_add_topo_source
Mission control add new elevation source
2021-10-12 09:33:34 +02:00
breadoven
766454d561 initial build 2021-10-10 16:16:39 +01:00
Paweł Spychalski
339265cd29
Merge pull request #1354 from breadoven/abo_home_safehome_lon_lat_swap
Reformat Mission Control Safehome and Home tables
2021-10-09 08:50:58 +02:00
Paweł Spychalski
26ca959091
Merge pull request #1365 from breadoven/abo_mission_control_fix_home_issue
Mission control Home fixes
2021-10-09 08:47:15 +02:00
breadoven
09995fdd6e Update mission_control.js 2021-10-08 14:30:47 +01:00
breadoven
64c533c5b6 Update mission_control.js 2021-10-07 14:01:49 +01:00
breadoven
b65a7752f2 Update mission_control.js 2021-10-07 13:48:04 +01:00
breadoven
dbb9bd1c0c Update mission_control.js 2021-10-07 13:17:33 +01:00
breadoven
0a0e451bfb Merge remote-tracking branch 'upstream/master' into abo_home_safehome_lon_lat_swap 2021-09-29 18:20:27 +01:00
breadoven
e94317eb5b Update mission_control.js 2021-09-29 14:34:35 +01:00
breadoven
c1046d3913 Remove Default message + fixes/improvements 2021-09-28 14:52:53 +01:00
breadoven
51f4db3269 Update mission_control.js
Function checkAltElevSanity completely rewritten.
Sanity checking added for new WPs.
2021-09-27 14:06:39 +01:00
breadoven
a059b62d3e Fixes + correct messages 2021-09-25 23:30:59 +01:00
breadoven
c1983a6241 Initial build 2021-09-25 00:11:00 +01:00
breadoven
c6b54fa98c Initial build 2021-09-23 10:35:35 +01:00
ArnoTlse
91ff7efe69 MP version 2.0
cleaning some console.log()
2021-06-15 23:28:12 +02:00
ArnoTlse
258b92cd54 MP version 1.9 2021-06-15 23:10:58 +02:00
ArnoTlse
0087e53f57 MP version 1.8 2021-05-30 22:25:52 +02:00
ArnoTlse
2fb3cacf9a MP version 1.7 2021-05-30 14:28:48 +02:00
ArnoTlse
63b548e3e0 MP version 1.6 2021-05-28 23:02:58 +02:00
ArnoTlse
59b5cbe5b2 MP version 1.5 2021-05-27 18:29:48 +02:00
ArnoTlse
8224e28a35 MP version 1.1 2021-05-13 13:11:04 +02:00
ArnoTlse
162beea970 MP version 1.0 2021-05-09 01:16:43 +02:00
ArnoTlse
b0933b4c71 Safehome update version 1.0
Add Save to Eprom to the Save button

Add Second circle to Safehome icon representing the Safehome_max_distance where the value is directly extracted from the COMMON_SETTINGS

Add Legend under Safehome table about the circles
2021-04-22 21:11:15 +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
049ff85016 Waypoint OOP version 2.8 2021-04-17 12:59:20 +02:00
ArnoTlse
4ddbc9a823 Waypoint OOP version 2.5 2021-04-17 11:46:57 +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
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
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
ArnoTlse
7e75ceef39 Waypoint OOP version 1.6 2021-04-10 22:44:36 +02:00
ArnoTlse
949e511d28 Waypoint OOP version 1.5 2021-04-09 01:22:36 +02:00
ArnoTlse
26f21b2880 waypoint OOP version 1.4 2021-04-07 00:28:51 +02:00
ArnoTlse
84de6011c9 Waypoint OOP version 1.3 2021-04-05 20:03:34 +02:00
ArnoTlse
739caeb49b Waypoint OOP version 1.2 2021-04-04 17:01:43 +02:00
ArnoTlse
69dd99a476 Waypoint OOP version 1.2 2021-04-02 02:23:08 +02:00
ArnoTlse
65fa753b98 Waypoint OOP version 1.1 2021-04-02 00:53:03 +02:00
ArnoTlse
525943baf1 Waypoint OOP migration 1.0 2021-03-31 19:32:58 +02:00
ArnoTlse
ef5c999428 Waypoint Class 2021-03-24 00:37:50 +01:00
ArnoTlse
3f0208e96a Safehome : panel open/close 2021-03-22 22:39:02 +01:00