Commit Graph

4293 Commits (3d1fcca7bb732573d4e576635db4c62e7e16c002)
 

Author SHA1 Message Date
Darren Lines 3d1fcca7bb
Update README.md
Added note to show how to build a specific release.
3 years ago
Paweł Spychalski da0b408b32
Merge pull request #1373 from iNavFlight/dzikuvx-filter-cleanup
remove filters settings that are no longer supported
3 years ago
Paweł Spychalski 1e2ca368f0
Merge pull request #1372 from iNavFlight/dzikuvx-drop-airmode
remove Airmode settings from Configurator
3 years ago
Paweł Spychalski 8397a95aa8
Merge pull request #1371 from iNavFlight/dzikuvx-drop-not-needed-filtering
Remove Other Filters section
3 years ago
Paweł Spychalski 598a8be728
Merge pull request #1370 from iNavFlight/dzikuvx-enable-smith-predictor
Enable the Smith Predictor in MR defaults
3 years ago
Paweł Spychalski 754f244e9e
Merge pull request #1362 from breadoven/abo_mission_control_add_topo_source
Mission control add new elevation source
3 years ago
Pawel Spychalski (DzikuVx) e27cc146e5 remove filters settings that are no longer supported 3 years ago
Pawel Spychalski (DzikuVx) 1ca7ed59eb remove Airmode settings from Configurator 3 years ago
Pawel Spychalski (DzikuVx) 84d8c59bdf Remove Other Filters section 3 years ago
Pawel Spychalski (DzikuVx) 7b4f661e09 Enable the Smith Predictor in MR defaults 3 years ago
Paweł Spychalski 13358b5351
Merge pull request #1369 from breadoven/abo_mission_contol_fix_eeprom_save
Mission control WP FC load/save fix
3 years ago
Paweł Spychalski e959bea5c2
Merge pull request #1364 from MrD-RC/rearange-modes-to-make-clearere
Updated mode order and added sections
3 years ago
breadoven 766454d561 initial build 3 years ago
Darren Lines 3d61a9d3d9
Merge branch 'iNavFlight:master' into rearange-modes-to-make-clearere 3 years ago
Paweł Spychalski 28ff77269b
Merge pull request #1332 from MrD-RC/improve-OSD-tooltips
Changed text in OSD preview tooltip to match the elements list
3 years ago
Paweł Spychalski 339265cd29
Merge pull request #1354 from breadoven/abo_home_safehome_lon_lat_swap
Reformat Mission Control Safehome and Home tables
3 years ago
Paweł Spychalski c944663cd3
Merge pull request #1363 from MrD-RC/fixes-for-mode-range-removal
Fixed bug when removing a range
3 years ago
Paweł Spychalski 26ca959091
Merge pull request #1365 from breadoven/abo_mission_control_fix_home_issue
Mission control Home fixes
3 years ago
Paweł Spychalski c38505391f
Merge pull request #1361 from MrD-RC/fix-mixer-image
Fixed flying wing mixer image
3 years ago
Paweł Spychalski f35804c4c3
Merge pull request #1367 from breadoven/abo_fix_mission_eeprom_data_transfer
Mission control eeprom data transfer fix
3 years ago
breadoven 09995fdd6e Update mission_control.js 3 years ago
breadoven 64c533c5b6 Update mission_control.js 3 years ago
breadoven b65a7752f2 Update mission_control.js 3 years ago
breadoven dbb9bd1c0c Update mission_control.js 3 years ago
Darren Lines 85b56a2281 Updated mode order and added sections
I was going over the modes and thought that the mode order could be tweaked to be a bit better.

I also had a request to add dividers for the different types of modes. I added some dividers. The will disappear when the unused modes are hidden.
3 years ago
Darren Lines 5f5aea1924
Merge branch 'iNavFlight:master' into fixes-for-mode-range-removal 3 years ago
Darren Lines 520268da04 Fixed bug when removing a range
This bug affected removing ranges that were in-range. The in-range status was not removed. This fixes that.
3 years ago
breadoven 6877aea6ae Add status check 3 years ago
Darren Lines 41d96d6cfc Fixed flying wing mixer image 3 years ago
Paweł Spychalski 1d33014271
Merge pull request #1358 from ryet9/patch-1
tiny typographical error messages.json
3 years ago
ryet9 e32cd308c6
tiny typographical error messages.json
herrrp & derrrp, happy now mooiweertje? I know u don't like me making changes to my own local builds or as you put it "stealing code" so for this most valueable contribution your welcome!

save-->safe

To everyone else: sorry to waste ur time with a pull request for this minor non-functional change, but I was amused.

<         "message": "I2C speed should be kept at the highest level that allows for all connected devices to work. Default 400kHz is a save value and it is suggested to switch to 800kHz in case of Multirotors."
---
>         "message": "I2C speed should be kept at the highest level that allows for all connected devices to work. Default 400kHz is a safe value and it is suggested to switch to 800kHz in case of Multirotors."
3 years ago
breadoven 0a0e451bfb Merge remote-tracking branch 'upstream/master' into abo_home_safehome_lon_lat_swap 3 years ago
breadoven e94317eb5b Update mission_control.js 3 years ago
breadoven fe1a3dabac Merge remote-tracking branch 'upstream/master' into abo_mission_control_add_topo_source 3 years ago
Paweł Spychalski 5fbfb023c0
Merge pull request #1357 from breadoven/abo_mission_control_elevation_sanity_check
Mission control altitude sanity checking + other altitude/elevation related changes
3 years ago
breadoven 397e840e5a Initial build 3 years ago
breadoven c1046d3913 Remove Default message + fixes/improvements 3 years ago
breadoven 51f4db3269 Update mission_control.js
Function checkAltElevSanity completely rewritten.
Sanity checking added for new WPs.
3 years ago
breadoven 8935e124f6 Update mission_control.html 3 years ago
breadoven a059b62d3e Fixes + correct messages 3 years ago
breadoven c1983a6241 Initial build 3 years ago
Paweł Spychalski 924c974473
Merge pull request #1342 from MrD-RC/mode-in-range-and-acro-indicator-block
Mode in range and Acro indicators
3 years ago
breadoven c6b54fa98c Initial build 3 years ago
Darren Lines e411f3664e Changed to mimic ranges 3 years ago
Darren Lines a0d801136d Updated Acro indicator
Updated the acro indicator so that it doesn't look like a button.
3 years ago
Darren Lines 00e9473ecd
Merge branch 'iNavFlight:master' into mode-in-range-and-acro-indicator-block 3 years ago
Paweł Spychalski df1ba5a324
Merge pull request #1348 from JulioCesarMatias/RemoveOldIMUNames
Romove old IMU of the Acc Box
3 years ago
JuliooCesarMDM 3cfc16d176 Romove old IMU of the Acc Box 3 years ago
Paweł Spychalski 43a098ac26
Merge pull request #1346 from MrD-RC/font-fixes
Font fixes
3 years ago
Darren Lines b0a36ec298 Updated MAX symbol for Impact 3 years ago