Commit Graph

222 Commits (97b117c812592dcc07b78f202e2d4a860becabad)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) a80880de08 Move the 3D config to Outputs tab 2 years ago
Darren Lines ab9e3cc4e0 Craft name enhancments
- Moved craft name to OSD page
- OSD preview matches actual craft name
- Only accept usable characters and symbols
2 years ago
Pawel Spychalski (DzikuVx) 4426176c4b Drop MSP_LOOPTIME usage 3 years ago
Pawel Spychalski (DzikuVx) 051e9fa00e drop BF_CONFIG MSP frame 3 years ago
Pawel Spychalski (DzikuVx) a42a5fab5c Merge remote-tracking branch 'origin/master' into dzikuvx-use-board-alignment-frame 3 years ago
Paweł Spychalski 0412582272
Merge pull request #1460 from iNavFlight/dzikuvx-current-meter-config
Move current meter config to MSP_CURRENT_METER_CONFIG
3 years ago
Pawel Spychalski (DzikuVx) b224549ccd Drop MSP_BF_CONFIG in favor of MSP_BOARD_ALIGNMENT 3 years ago
Pawel Spychalski (DzikuVx) 7f3dc9f70d Move current meter config to MSP_CURRENT_METER_CONFIG 3 years ago
Pawel Spychalski (DzikuVx) 155855b5fa Move GPS configuration to GPS tab 3 years ago
Pawel Spychalski (DzikuVx) e52aa154b0 Cleanup Sensor setup 3 years ago
Pawel Spychalski (DzikuVx) f1780ca07b Drop looptime GUI 3 years ago
Pawel Spychalski (DzikuVx) bddc951010 Drop roll and pitch board alignment 4 years ago
Pawel Spychalski (DzikuVx) 9586259a18 Cleanup looptime handling 4 years ago
Pawel Spychalski (DzikuVx) 3f95ce9acf Cleanup for server 4 years ago
Pawel Spychalski (DzikuVx) 4298948124 Configurable I2C Speed 4 years ago
Pawel Spychalski (DzikuVx) 180bc84e2c Move RX configuration to Receiver tab 5 years ago
Pawel Spychalski (DzikuVx) 8e7e83f282 Rename 3D to REVERSIBLE_MOTORS 5 years ago
Pawel Spychalski (DzikuVx) 4c40cc457a Remove and cleanup on Confuration tab 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
Pawel Spychalski (DzikuVx) 947ec987f9 Fix throttle commands zeroing on Configuration page 5 years ago
Pawel Spychalski (DzikuVx) 155f2573aa Fix board orientation saving 5 years ago
Pawel Spychalski (DzikuVx) c70549fb22 Configuration cleanup 5 years ago
Pawel Spychalski (DzikuVx) dfce134a2a Merge remote-tracking branch 'origin/master' into dzikuvx-outputs-tab-configuration 5 years ago
Pawel Spychalski (DzikuVx) acfdf5f7ff Remove outputs configuration from Configuration tab 5 years ago
Pawel Spychalski (DzikuVx) 8c8ddd4f52 Outputs configuration in outputs tab 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
Konstantin Sharlaimov (DigitalEntity) 8b9ed31448 Add SERIALSHOT ESC protocol 5 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
Niccolò Maggioni 76fa9029d9
Set craftName even if already present in CONFIG
Closes #660
6 years ago
Pawel Spychalski (DzikuVx) b6ecf3afa1 Additional messages for gyro LPF 6 years ago
Pawel Spychalski (DzikuVx) 0958b45dad v 1.5 removed 6 years ago
Pawel Spychalski (DzikuVx) ad23a6cc4d Warning for ESC protocol and looptime 6 years ago
Pawel Spychalski (DzikuVx) fb4b5ad5dd Remove unised UI in 2.1 6 years ago
Pawel Spychalski (DzikuVx) e154a4762e BAsic DSHOT support 6 years ago
Niccolò Maggioni a340443c43
Rebase CLI tab on latest CF
Integrates Save to File and Clear Output buttons, plus some minor
iNav compatibility patches
6 years ago
Alberto García Hierro f6407a9598 Fix VTX power levels
Power levels are 1-5 for Tramp and 1-4 for SmartAudio, not 0-4
for both.
6 years ago
Alberto García Hierro f110ea299d Hide midrc input box in INAV 2.0
midrc was removed in 2.0, although the MSP message format was
kept for backwards compatibility. Hence, we just hide the field
on INAV >= 2.0.
6 years ago
Alberto García Hierro f13231be9a
Merge pull request #481 from iNavFlight/agh_vtx_settings
Add support for latest VTX changes
6 years ago
Alberto García Hierro f7ea65fa6d
Merge pull request #475 from shellixyz/battery_profiles_support
Add support for battery profiles
6 years ago
Alberto García Hierro 8a8e398a59
Merge pull request #397 from shellixyz/increase_current_sensor_offset_voltage_resolution
Increase current sensor offset voltage resolution
6 years ago
Alberto García Hierro 6da922919f Add support for the new VTX settings API
When a controllable VTX is configured, a new section appears in
the configuration tab which allows the user to set the band, channel
power and "low power on disarm" option.
6 years ago
Michel Pastor e945c0749c Add support for battery profiles 6 years ago
Pawel Spychalski (DzikuVx) 757ca0f5a1 references to INAV 1.4 removed 6 years ago
Pawel Spychalski (DzikuVx) 47a063dccd references to inav 1.3 removed 6 years ago
Konstantin Sharlaimov (DigitalEntity) 57241b86f8 Add selector for optical flow sensor 6 years ago
Pawel Spychalski (DzikuVx) c22541d186 Mixer tracking 6 years ago