1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00
Commit graph

209 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
3f95ce9acf Cleanup for server 2020-04-28 11:10:51 +02:00
Pawel Spychalski (DzikuVx)
4298948124 Configurable I2C Speed 2020-04-23 16:45:13 +02:00
Pawel Spychalski (DzikuVx)
180bc84e2c Move RX configuration to Receiver tab 2020-02-25 17:52:42 +01:00
Pawel Spychalski (DzikuVx)
8e7e83f282 Rename 3D to REVERSIBLE_MOTORS 2020-02-19 14:11:18 +01:00
Pawel Spychalski (DzikuVx)
4c40cc457a Remove and cleanup on Confuration tab 2020-02-04 21:04:26 +01:00
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.
2020-01-21 18:19:06 +00:00
Pawel Spychalski (DzikuVx)
947ec987f9 Fix throttle commands zeroing on Configuration page 2019-12-21 12:22:15 +01:00
Pawel Spychalski (DzikuVx)
155f2573aa Fix board orientation saving 2019-12-09 17:28:20 +01:00
Pawel Spychalski (DzikuVx)
c70549fb22 Configuration cleanup 2019-11-21 20:06:00 +01:00
Pawel Spychalski (DzikuVx)
dfce134a2a Merge remote-tracking branch 'origin/master' into dzikuvx-outputs-tab-configuration 2019-11-20 09:56:42 +01:00
Pawel Spychalski (DzikuVx)
acfdf5f7ff Remove outputs configuration from Configuration tab 2019-11-02 12:28:28 +01:00
Pawel Spychalski (DzikuVx)
8c8ddd4f52 Outputs configuration in outputs tab 2019-11-02 12:12:23 +01:00
Pawel Spychalski (DzikuVx)
79a16a8fe3 Cleanup 2.1 version 2019-10-27 20:17:20 +01:00
Pawel Spychalski (DzikuVx)
cb1ff69703 Cleanup INAV 2.0.0 2019-10-26 22:30:59 +02:00
Konstantin Sharlaimov (DigitalEntity)
8b9ed31448 Add SERIALSHOT ESC protocol 2019-05-11 21:44:04 +02:00
Pawel Spychalski (DzikuVx)
369162e1fd remove not needed debug message 2019-02-27 20:11:44 +01:00
Pawel Spychalski (DzikuVx)
521915b5a9 1.8 removed 2019-02-26 15:23:04 +01:00
Pawel Spychalski (DzikuVx)
97c622fbb1 1.7 family removed 2019-02-26 09:12:04 +01:00
Pawel Spychalski (DzikuVx)
91e947fc5c Merge remote-tracking branch 'origin/master' into dzikuvx-old-version-cleanup 2019-02-26 08:46:09 +01:00
Niccolò Maggioni
76fa9029d9
Set craftName even if already present in CONFIG
Closes #660
2019-01-28 14:33:56 +01:00
Pawel Spychalski (DzikuVx)
b6ecf3afa1 Additional messages for gyro LPF 2019-01-20 18:27:40 +01:00
Pawel Spychalski (DzikuVx)
0958b45dad v 1.5 removed 2019-01-15 17:21:24 +01:00
Pawel Spychalski (DzikuVx)
ad23a6cc4d Warning for ESC protocol and looptime 2019-01-15 16:55:08 +01:00
Pawel Spychalski (DzikuVx)
fb4b5ad5dd Remove unised UI in 2.1 2019-01-13 19:17:40 +01:00
Pawel Spychalski (DzikuVx)
e154a4762e BAsic DSHOT support 2018-12-27 14:00:21 +01:00
Niccolò Maggioni
a340443c43
Rebase CLI tab on latest CF
Integrates Save to File and Clear Output buttons, plus some minor
iNav compatibility patches
2018-11-29 14:26:02 +01:00
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.
2018-07-11 17:26:01 +01:00
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.
2018-06-22 10:29:12 +01:00
Alberto García Hierro
f13231be9a
Merge pull request #481 from iNavFlight/agh_vtx_settings
Add support for latest VTX changes
2018-06-22 09:20:38 +01:00
Alberto García Hierro
f7ea65fa6d
Merge pull request #475 from shellixyz/battery_profiles_support
Add support for battery profiles
2018-06-20 23:25:50 +01:00
Alberto García Hierro
8a8e398a59
Merge pull request #397 from shellixyz/increase_current_sensor_offset_voltage_resolution
Increase current sensor offset voltage resolution
2018-06-20 16:22:08 +01:00
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.
2018-06-20 15:56:24 +01:00
Michel Pastor
e945c0749c Add support for battery profiles 2018-06-16 04:26:35 +02:00
Pawel Spychalski (DzikuVx)
757ca0f5a1 references to INAV 1.4 removed 2018-05-07 20:56:00 +02:00
Pawel Spychalski (DzikuVx)
47a063dccd references to inav 1.3 removed 2018-05-07 20:48:48 +02:00
Konstantin Sharlaimov (DigitalEntity)
57241b86f8 Add selector for optical flow sensor 2018-05-06 10:14:48 +10:00
Pawel Spychalski (DzikuVx)
c22541d186 Mixer tracking 2018-05-02 21:40:39 +02:00
Pawel Spychalski (DzikuVx)
35170f74dd fixed RX protocol tracking vol. 2 2018-05-02 21:17:32 +02:00
Pawel Spychalski (DzikuVx)
9961fc1476 RX type tracking fixed 2018-05-02 21:13:02 +02:00
Pawel Spychalski (DzikuVx)
48c67874f9 old mixer section hiden on compatible FC version 2018-03-29 18:20:29 +02:00
Pawel Spychalski (DzikuVx)
c1fe0ede87 Updated list and basic model 2018-03-29 15:51:06 +02:00
Michel Pastor
424a0d34d2 Increase current sensor offset voltage resolution 2018-03-26 17:51:58 +02:00
Alberto García Hierro
c56c133493 Remove disarm_kill_switch from the configurator UI
disarm_kill_switch can be a safety hazard if set to false without
understanding what it does and should be left on for most cases.
Also, it's too easy to change without knowing what it does.

This change just removes it from the UI, so it's still available via
CLI for advanced users.
2018-03-02 14:52:53 +00:00
Michel Pastor
c2ae0f7dc3 Set capacity thresholds as percentage of battery capacity 2018-03-01 14:37:56 +01:00
Michel Pastor
8d50387bf7 Merge branch 'master' into capacity_settings_and_data 2018-02-18 07:12:59 +01:00
Michel Pastor
b49e0ad8cc Remove the Multiwii current format option 2018-02-18 06:17:11 +01:00
Michel Pastor
6d922bee2c Add capacity settings and data 2018-02-18 06:05:02 +01:00
Michel Pastor
7de758c64e Increase vbat resolution 2018-02-17 21:54:16 +01:00
Alberto García Hierro
824a0d5f8b Add support for changing the craft name
Uses MSP_NAME/MSP_SET_NAME to get and set it. A new section was
added to the Configuration tab which includes an input for the name.
Also, some CSS changes to allow wider fields for string inputs.
2018-01-24 22:29:42 +00:00
Alberto García Hierro
4bb9c6415d Fix analytics for the RX type and protocol
Left the event name as 'nrf24Protocol', since renaming the event
would make it difficult to compare data in the analytics.
2017-10-07 10:56:28 +01:00