Commit Graph

1937 Commits (0886a032e61e8cc205a1bc9c69c8415ef383e815)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) 7478f6cd04 Basic render of global function table 5 years ago
Alberto García Hierro 4fed26d4d5 [RX-MSP] Fix double binding on click for the enable button
The click handler was registered to both the div and the anchor,
causing it to fire twice and shrink the window twice. Make sure
we only bind to the anchor.
5 years ago
Alberto García Hierro 9dae9a75bc [TABS] Generate the documentation link dynamically via JS
This way we don't need to repeat the same 3 lines of HTML in every
tab. Also fixes the missing link in the mission planner tab when
the FC wasn't connected.
5 years ago
Pawel Spychalski (DzikuVx) a15277ae25 Basic layout for global functions 5 years ago
Pawel Spychalski (DzikuVx) e7d26a5759 Basic Logic Conditions UI 5 years ago
Pawel Spychalski (DzikuVx) cdf7b82108 Empty Programming tab 5 years ago
Pawel Spychalski (DzikuVx) cfb78f2817 For non reversible ESC use only output percent, not pulse width 5 years ago
Pawel Spychalski (DzikuVx) f856348c15 Convert to % in Outputs tab, step 1 5 years ago
Alberto García Hierro b32afabff4 [FLASHER] Increase .hex file size limit to 100MB
The previous 1MB limit is too low, we already have hex files bigger
than that.
5 years ago
Pawel Spychalski (DzikuVx) 1f3bc98394 Do not save RC config together with failsafe 5 years ago
Pawel Spychalski (DzikuVx) 73228b2f8f Correctly applyu singe settings 5 years ago
Pawel Spychalski (DzikuVx) cc4bd47363 Updated presets 5 years ago
Paweł Spychalski 3f3522f537
Merge pull request #937 from iNavFlight/dzikuvx-failsafe-cleanup
Cleanup Failsafe page
5 years ago
Pawel Spychalski (DzikuVx) 47b659fcaf Cleanup Failsafe page 5 years ago
Pawel Spychalski (DzikuVx) f53784ca35 GUI for the Matrix Filter 5 years ago
Niccolò Maggioni 1a6a0f3ce9
Dinamically show/hide info boxes in outputs tab 5 years ago
Pawel Spychalski (DzikuVx) 37340fc351 Receiver save and reboot 5 years ago
Pawel Spychalski (DzikuVx) 180bc84e2c Move RX configuration to Receiver tab 5 years ago
Pawel Spychalski (DzikuVx) dddd6b6a41 Cleanup unused functionality for F1 targets 5 years ago
Paweł Spychalski 39a5266cc9
Merge pull request #926 from iNavFlight/dzikuvx-feature-3d-rename
Rename feature 3D to REVERSIBLE_MOTORS
5 years ago
Pawel Spychalski (DzikuVx) 80217ea2df Extra infor on MOTOR_STOP feature in outputs tab 5 years ago
Paweł Spychalski ab5e88fe6b
Merge pull request #917 from iNavFlight/dzikuvx-pid-tuning-filter-catchup
PID Tuning tab catchup
5 years ago
Pawel Spychalski (DzikuVx) f0f25ffd44 Configuration for RPM filters 5 years ago
Pawel Spychalski (DzikuVx) 8e7e83f282 Rename 3D to REVERSIBLE_MOTORS 5 years ago
Pawel Spychalski (DzikuVx) 3bb1d67c67 Preset for Mini AR Wing 5 years ago
Pawel Spychalski (DzikuVx) d76e1dcb21 Catch up on Stage2 filters 5 years ago
Pawel Spychalski (DzikuVx) 8c24d1ee5c remove static notches GUI 5 years ago
Pawel Spychalski (DzikuVx) 4c40cc457a Remove and cleanup on Confuration tab 5 years ago
Pawel Spychalski (DzikuVx) eb03f4f53e Hide not needed motor update rate for DSHOT protocols 5 years ago
Alberto García Hierro 10ccf049bd Complete rename from motors to outputs tab
Rename files, classes and i18n keys
5 years ago
Pawel Spychalski (DzikuVx) a750ad3ea3 Removed call to MSP IDENT that was causing a double bind 5 years ago
Michel Pastor 539ec6304c
Add Impact mini OSD font (#877)
* Add Impact mini OSD font

* Update Impact mini OSD font

* Add WP symbol to Impact mini
5 years ago
Pawel Spychalski (DzikuVx) d1bf2242b5 IDLE and number of poles 5 years ago
Alberto García Hierro 0e01133fc9 Make tab loading async safe and add a small animation
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.

Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
5 years ago
Niccolò Maggioni 0d3659a92e
Show µs in mixer when "ONE" input is selected 5 years ago
Konstantin (DigitalEntity) Sharlaimov e6b5719cc4 [DJI] Add support for DJI FPV goggles and SBUS Fast protocol 5 years ago
Pawel Spychalski (DzikuVx) 7620ab024b Preset for Dart 250g 5 years ago
Paweł Spychalski 1178ccaa0e
Merge pull request #881 from iNavFlight/dzikuvx-pid-tab-improvements
Improvements on PID Tuning tab
5 years ago
Pawel Spychalski (DzikuVx) 50fe8d1b10 Improvements on PID Tuning tab 5 years ago
Pawel Spychalski (DzikuVx) 947ec987f9 Fix throttle commands zeroing on Configuration page 5 years ago
Paweł Spychalski 3102b0dfe3
Merge pull request #868 from iNavFlight/dzikuvx-pid-tuning-tabs
Tabs on PID Tuning tab
5 years ago
Pawel Spychalski (DzikuVx) f56b6ef40c Merge branch 'master' into dzikuvx-pid-tuning-tabs 5 years ago
Pawel Spychalski (DzikuVx) 4ebb8fb3ff Fix some minor issues on mixer tab 5 years ago
Pawel Spychalski (DzikuVx) 155f2573aa Fix board orientation saving 5 years ago
Paweł Spychalski a7760014c3
Merge pull request #866 from iNavFlight/release-2-3-0
Release Configurator 2.3.2
5 years ago
Pawel Spychalski (DzikuVx) 21c8c856f9 Improved filters 5 years ago
Pawel Spychalski (DzikuVx) 28bb794dff Drop less used settings 5 years ago
Pawel Spychalski (DzikuVx) 5258bbdd6d Properly send all URLs from Landing Page 5 years ago
Pawel Spychalski (DzikuVx) bb39007de4 Cleanup landing page 5 years ago
Pawel Spychalski (DzikuVx) 51945769c7 Basic PID Tab rework 5 years ago
Pawel Spychalski (DzikuVx) a48d05fdcb Move system configuration 5 years ago
Pawel Spychalski (DzikuVx) c70549fb22 Configuration cleanup 5 years ago
Pawel Spychalski (DzikuVx) 34a4057f79 Improve Outputs handling 5 years ago
Pawel Spychalski (DzikuVx) 73015617c7 Enable Blackbox on blackbox page 5 years ago
Pawel Spychalski (DzikuVx) 22335fa99e Merge remote-tracking branch 'origin/master' into release-2-3-0 5 years ago
Pawel Spychalski (DzikuVx) bdb163c4db Fix CLI load save dialogs 5 years ago
Paweł Spychalski 73b4dd61cd
Merge pull request #861 from nmaggioni/release-2-3-0
Fix CLI commands delay
5 years ago
Niccolò Maggioni bc0477d55e
Fix CLI commands delay
Refactoring in #804 broke context
5 years ago
Pawel Spychalski (DzikuVx) c4aaaf218d Fix file open dialog in mission planner 5 years ago
Pawel Spychalski (DzikuVx) dfce134a2a Merge remote-tracking branch 'origin/master' into dzikuvx-outputs-tab-configuration 5 years ago
Paweł Spychalski 2448813b1e
Merge pull request #845 from iNavFlight/dzikuvx-old-version-cleanup
Cleanup old versions customizations
5 years ago
Olivier C 6ecce51611 OSD icon preview for RPM 5 years ago
Pawel Spychalski (DzikuVx) acfdf5f7ff Remove outputs configuration from Configuration tab 5 years ago
Pawel Spychalski (DzikuVx) 364aa5c0c6 Correct reentry point after reboot 5 years ago
Pawel Spychalski (DzikuVx) 8c8ddd4f52 Outputs configuration in outputs tab 5 years ago
Pawel Spychalski (DzikuVx) d7c8695bf9 Cleanup 2.1.1 5 years ago
Pawel Spychalski (DzikuVx) 79a16a8fe3 Cleanup 2.1 version 5 years ago
Pawel Spychalski (DzikuVx) cb1ff69703 Cleanup INAV 2.0.0 5 years ago
Alberto García Hierro 7948361106 [OSD] Add support for configuring OSD_ESC_RPM element 5 years ago
Alberto García Hierro 3b9e12a15c
Merge pull request #835 from iNavFlight/agh_frskyosd
Add support for selecting FrSky OSD in the ports tab
5 years ago
Pawel Spychalski (DzikuVx) c48d27570d Move outputs configuration t outputs tab 5 years ago
Pawel Spychalski (DzikuVx) a64896e223 VTX power and frequency disclaimer 5 years ago
Alberto García Hierro 0e47a8415c Add support for selecting FrSky OSD in the ports tab 5 years ago
Pawel Spychalski (DzikuVx) 87456f2bf6 Cleanup servos tab 5 years ago
Pawel Spychalski (DzikuVx) e3bfa20800 Current and Voltage 5 years ago
Pawel Spychalski (DzikuVx) d4cd638397 Outputs tab rework part 1 5 years ago
Pawel Spychalski (DzikuVx) 9c627f7445 Report logic condiotion activation status 5 years ago
Paweł Spychalski 14ce5f6f67
Merge pull request #817 from iNavFlight/dzikuvx-antigravity
Settings for antigravity
5 years ago
Pawel Spychalski (DzikuVx) 835c2a9170 Make antigravity available only for 2.2.2 or higher 5 years ago
CSMachineCo 8c9b4d421d
Added marker for RTH and cleaned up a bit. 5 years ago
Pawel Spychalski (DzikuVx) b618a955b0 Add antigravity lpf cutoff frequency to GUI 5 years ago
CSMachineCo aba0e6e6d8
added real time monitoring
Added real time position icon, bread crumb trail, and real time param display
5 years ago
Pawel Spychalski (DzikuVx) 2cf7ea5247 Settings for antigravity 5 years ago
Pawel Spychalski (DzikuVx) 384463c484 Merge remote-tracking branch 'origin/master' into hotfix/2.2.1 5 years ago
Alberto García Hierro 0fce09a25f [OSD]: Workaround for F3 64 byte write bug on macOS
Upload fonts with address <= 255 using MSPv1, use MSPv2 for fonts
with address > 255. This ensures we never send a payload with one
of the problematic lengths.
5 years ago
Pawel Spychalski (DzikuVx) f71fa9a348 Output allocation method that is more aligned with FC counterpart 5 years ago
Pawel Spychalski (DzikuVx) 9433319fdf Motors tab refactoring 5 years ago
Pawel Spychalski (DzikuVx) cc80e07726 Support for 16 servos 5 years ago
Pawel Spychalski (DzikuVx) 9b01cec4fb Support 16 servos 5 years ago
Niccolò Maggioni 9e2d1cd777
Port of Copy to Clipboard and Load from File in CLI tab 5 years ago
Luca Giovannesi b5298229c8 Add center button to GPS map 5 years ago
Konstantin Sharlaimov c8dc651067
Merge pull request #786 from OlivierC-FR/oc_gforce
Gforce icons for Vision + preview
5 years ago
Alberto García Hierro 7de99f3005
Merge pull request #787 from iNavFlight/agh_font_upload_seq
OSD: Make font upload sequential
5 years ago
Alberto García Hierro 47d9332200 OSD: Make font upload sequential
Instead of uploading OSD characters as fast as the uart/VCP will
let us, instead wait for the FC to acknowledge each write. This
prevents buffer overruns between the configurator and the FC which
would cause some characters to be missing.
5 years ago
Olivier C b6a2d5dd9e Typo and grammar fixes (#785) 5 years ago
mirko-it e1d92bc114 Fix for Load/Save mission not working (#783)
* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling

* fix include nwdialog and fs packages

* xml2js lib with all dependencies in a single file
5 years ago
Olivier C 33e3cd0211 Icons for the Gforce 5 years ago
Michel Pastor 4cf10eedf9
Add the GSM SMS telemetry option (#781) 5 years ago
Michel Pastor 10780f3f59
Add missing RC adjustments (#779) 5 years ago
Michel Pastor 65f918e1ed
OSD: Add RC source and VTX power elements (#777) 5 years ago
Michel Pastor 2cf8f40a52
OSD alarms: add min/max to GUI (#778) 5 years ago
Michel Pastor c27059e3cd
Add OSd g force alarm settings (#774) 5 years ago
Paweł Spychalski 289e07de27
Merge pull request #772 from iNavFlight/dzikuvx-hide-manual-mag-declination
Hide manual mag declination
5 years ago
Paweł Spychalski 390c593ea3
Merge pull request #771 from iNavFlight/dzikuvx-airmode-gui
GUI for airmode
5 years ago
Niccolò Maggioni 505bb200f2 Current consumption alarm in OSD (#769) 5 years ago
Pawel Spychalski (DzikuVx) 6bc34e245b Hide manual mag declination 5 years ago
Pawel Spychalski (DzikuVx) f0a9c8727b GUI for airmode 5 years ago
Pawel Spychalski (DzikuVx) 2fc21f6c1f Restructure PID Tab to have more settings 5 years ago
Michel Pastor 3badb24935
Changes to OSD preview (#768)
Changes to match https://github.com/iNavFlight/inav/pull/4652
5 years ago
Michel Pastor e5dbd74735
OSD g-force (#765) 5 years ago
Konstantin Sharlaimov (DigitalEntity) bc95909055 [PORTS] Add ESC and OPFLOW to serial port bit masks 5 years ago
Konstantin Sharlaimov (DigitalEntity) 8b9ed31448 Add SERIALSHOT ESC protocol 5 years ago
Konstantin Sharlaimov (DigitalEntity) 5916100b22 [OPFLOW] Initial cut on optic flow calibration 5 years ago
Pawel Spychalski (DzikuVx) 0d827cc07c Disable Yaw LPF on miniquad presets: 5 6 and 7 inches 5 years ago
Carsten W a9f9487d4f Add configurator support for FFPV24G into configurator (#744)
* add configurator support for FFPV24G

* change naming to match FC code
5 years ago
mirko-it 3dcffdd292 Offline missions (with FC disconnected) on file (#720)
* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling
5 years ago
Pawel Spychalski (DzikuVx) a29578840f Iterm relax settings 5 years ago
Pawel Spychalski (DzikuVx) f1fc61939c Lower d gains for 7 inch endurance 6 years ago
Pawel Spychalski (DzikuVx) cbd2745bf7 Cleanup 6 years ago
Pawel Spychalski (DzikuVx) 564d1cdca5 Store logic condition with smix rule 6 years ago
Pawel Spychalski (DzikuVx) 57f7035ef0 GUI improvements 6 years ago
Pawel Spychalski (DzikuVx) e23a8a5189 UI improvements and saving 6 years ago
Pawel Spychalski (DzikuVx) 2a4f9309b9 Merge remote-tracking branch 'origin/master' into dzikuvx-logic-conditions 6 years ago
Paweł Spychalski f12900963c
Merge pull request #727 from iNavFlight/dzikuvx-presets-update
Presets update for FF component and various fixes
6 years ago
Michel Pastor 71b8c1576c
OSD UK units: change altitude and vario to imperial units (#710) 6 years ago
Pawel Spychalski (DzikuVx) 370c805461 Presets update for FF component and various fixes 6 years ago
Alberto García Hierro 6ddc173f58
Merge pull request #696 from iNavFlight/agh_map_scale_and_reference_as_elements
Add MAP_SCALE and MAP_REFERENCE elements
6 years ago
Alberto García Hierro 43e845805c Add MAP_SCALE and MAP_REFERENCE elements
Allow moving the map scale and reference around instead of them
being fixed on the screen.
6 years ago
Pawel Spychalski (DzikuVx) 233f3c560e Render table and bind events 6 years ago
Pawel Spychalski (DzikuVx) 2946fe5c2a Render basic table 6 years ago
Pawel Spychalski (DzikuVx) d6ded2404e Backend for getting logic conditions from FC 6 years ago
Pawel Spychalski (DzikuVx) 3c7cf5fc47 Basic layout for logic conditions 6 years ago
Pawel Spychalski (DzikuVx) 15506e305f Cleanup POS XY settings 6 years ago
Pawel Spychalski (DzikuVx) 49b9935878 Update profile defaults 6 years ago
Pawel Spychalski (DzikuVx) 384e2153fd disable RPY D or FF depending on platfrm type 6 years ago
Pawel Spychalski (DzikuVx) 2aec6d2bb7 Bring FF component for ROLL, PITCH and YAW 6 years ago
Pawel Spychalski (DzikuVx) d242ecc241 Add FF component to VEL XY 6 years ago
Pawel Spychalski (DzikuVx) ae8f5892b0 7 inch freestyle preset 6 years ago
Pawel Spychalski (DzikuVx) d6799e98cd Cleaned up presets 6 years ago
Pawel Spychalski (DzikuVx) 369162e1fd remove not needed debug message 6 years ago
Pawel Spychalski (DzikuVx) 521915b5a9 1.8 removed 6 years ago
Pawel Spychalski (DzikuVx) 97c622fbb1 1.7 family removed 6 years ago
Pawel Spychalski (DzikuVx) 91e947fc5c Merge remote-tracking branch 'origin/master' into dzikuvx-old-version-cleanup 6 years ago
Michel Pastor 4c59b7dc43
Fix OSD temperature sensor preview (#703) 6 years ago
Michel Pastor ef530b6279
OSD: Add symbols for temperature sensor values (#704) 6 years ago
Michel Pastor ec90ed737b
Fix sensors tab debug raw values display (#698) 6 years ago
Michel Pastor 8792188c78
Add temperature alarms settings to the OSD tab (#695) 6 years ago
Michel Pastor 3396eae8b2
Fix saving OSD alarms from GUI (#694)
Fixes #693
6 years ago
Paweł Spychalski 0305320fe5
Merge pull request #688 from iNavFlight/dzikuvx-fix-osd-partial-loading
Fix partial loading of OSD tab is some cases
6 years ago
Michel Pastor ccbb246b15
Fix IMU and Baro temp OSD preview (#684) 6 years ago