Commit Graph

1888 Commits (92e043e74ff038eb9448472fa5d5873e93139c61)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) fe1d32d088 Use Tabs layout 5 years ago
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