Commit Graph

2802 Commits (5245fb3bfd2b3f6c5db2f44431281bf9c7499081)
 

Author SHA1 Message Date
Alberto García Hierro 24f9823c1f Allow RSSI channel only on channels >= 5
Also, show CH# (e.g. CH7) rather than just the bare number in the
combobox, makes it more obvious that you're selecting an actual
channel number rather than an AUX channel number.
7 years ago
Paweł Spychalski de7ecb1e6c Merge pull request #293 from azolyoung/update-rcsplit-to-rcdevice
Change 'RunCam Split' to 'RunCam Device'
7 years ago
azol eddf5473f4 Change 'RunCam Split' to 'RunCam Device' 7 years ago
Alberto García Hierro 2117a54f96 Add descriptions and help messages for OSD vario elements
Added help for VARIO and description and help for VARIO_NUM.
7 years ago
Alberto García Hierro e58513e9ae Fix preview of RTC OSD indicator
There was an extra space between the clock symbol and the hour
7 years ago
Konstantin Sharlaimov aba2fc421c Merge pull request #289 from iNavFlight/agh_fix_legacy_rx
Don't test for RX_NONE on INAV <= 1.7.3
7 years ago
Alberto García Hierro e3821b8a3e Don't test for RX_NONE on INAV <= 1.7.3
Since in RX_NONE bit is undefined, bit_check() will always return
true. Fix is just removing RX_NONE from the available RX types
on versions using feature bits for RX, since they won't allow
not having a RX configured (FC will fall back to RX_PPM).

Fixes #287
7 years ago
Konstantin Sharlaimov 113c763814 Merge pull request #286 from iNavFlight/agh_fix_presets
Use async URL loading for the JSON setting definitions
7 years ago
Alberto García Hierro 850632bfee Use async URL loading for the JSON setting definitions
Chrome disallows synchronous URL loading, so all functions requiring
the JSON definitions for the settings over MSPv2 need to be async.
This required rewriting MSPHelper._getSetting() and all its callers
using promises.

Fixes #284
7 years ago
Alberto García Hierro ef906c1af2 Make dist task finish before reporting it's done
runSequence will return immediately, so tasks depending on
dist might fail the first time they're run. By explicitely passing
the callback, gulp will wait until runSequence runs both clean
and dist-build until it considers dist finished.
7 years ago
Konstantin Sharlaimov (DigitalEntity) 244b646bd2 Bump version to 1.8.0 7 years ago
Konstantin Sharlaimov 0fcb5790a6 Merge pull request #281 from iNavFlight/rth_allow_landing_fs
Add support for the new value FS_ONLY in nav_rth_allow_landing
7 years ago
Konstantin Sharlaimov 8e12e3e074 Merge pull request #282 from iNavFlight/fix_altitide_typo
Fix typo: Altitide -> Altitude
7 years ago
Alberto García Hierro fa47265a05 Fix typo: Altitide -> Altitude 7 years ago
Alberto García Hierro fb0605d639 Add support for the new value FS_ONLY in nav_rth_allow_landing 7 years ago
Paweł Spychalski ada14ed6cb Merge pull request #280 from fiam/rx_map_fix
Fix RC map validation code.
7 years ago
Alberto García Hierro 7c9154601a Fix RC map validation code.
Small typo introduced in the renaming of AUX channels.
7 years ago
Alberto García Hierro c81944501f Merge pull request #279 from fiam/mspv2_settings
Use MSPV2_SET_SETTING to set small_angle to 180 on FW presets
7 years ago
Alberto García Hierro d19bbe9bc1 Merge pull request #276 from fiam/osd_alarms
Add support for OSD alarms for distance and negative altitude
7 years ago
Konstantin Sharlaimov 56ded2e698 Merge pull request #274 from fiam/osd_efficiency
Add support for OSD_EFFICIENCY
7 years ago
Alberto García Hierro a44a290c8c Use MSPV2_SET_SETTING to set small_angle to 180 on FW presets
- Add a json file with the types of all settings, generated by
the settings generator on INAV.
- Implement MSPV2_SETTING and MSPV2_SET_SETTING, which gives us
access to any value exposed via settings.
- Use this to set small_angle to 180 in FW presets.
7 years ago
Konstantin Sharlaimov 12cf9fe2e5 Merge pull request #272 from StewLG/MinimumFailsafeDistance
Minimum failsafe distance
7 years ago
Stewart Loving-Gibbard 0c1b48351e * Properly guarding JS on for new variables introduced in 1.7.3/1.7.4
* Properly hiding/showing relevant controls for Minimum Failsafe Distance according to version (>= 1.7.4)
* Fixing bad maximum for centimeters distance
7 years ago
Stewart Loving-Gibbard 774d1c97e6 Guarding existing variables which were introduced in 1.7.3, but never implemented in the configurator until now.
Note that these are for the moment just passive passengers -- there's no UI in the configurator to edit them yet.
7 years ago
Stewart Loving-Gibbard dd18679c7a Fixing so we only protect two new variables, not the old ones. 7 years ago
StewLG 8c1b0f4629 Update MSPHelper.js
Had not realized developer branch was version 1.7.4; I had started this PR on master which which was on 1.7.3. Which explains my initial confusion about what to put here.
7 years ago
Konstantin Sharlaimov 00b0dcda9a Merge pull request #277 from iNavFlight/de_support_more_than_32_boxmodes
Support more than 32-bits of modes using MSP_ACTIVEBOXES API
7 years ago
Konstantin Sharlaimov (DigitalEntity) d75796d4dd Make sure we request MSP_ACTIVEBOXES when we enter modes tab 7 years ago
Konstantin Sharlaimov (DigitalEntity) 16a23cd39a Support more than 32-bits of modes using MSP_ACTIVEBOXES API 7 years ago
StewLG b8d86756e1 Merge branch 'master' into MinimumFailsafeDistance 7 years ago
Stewart Loving-Gibbard cf1c676eaa * Changing from meters to centimeters
* Other minor tweaks to help text
* Finalizing API checks
7 years ago
Alberto García Hierro d3ab3986c5 Add support for displaying a small help besides an alarm
Also, add help messages for cap, dist and neg_alt alarms.
7 years ago
Alberto García Hierro 75db725f02 Perform UI-side conversion for alt_alarm too
alt_alarm now performs unit conversion on the UI if the FC
firmware version is greater than 1.7.3
7 years ago
Paweł Spychalski 25748f4ce8 Merge pull request #273 from fiam/osd_vtx
Add support for configuring OSD_VTX_CHANNEL
7 years ago
Paweł Spychalski 83edacecfa Merge pull request #275 from iNavFlight/dzikuvx-rc-map-tracking
Tracking of used rc mapping
7 years ago
Alberto García Hierro 72c3a48078 Add support for new distance and negative altitude alarms
Add support for alarms that require unit conversion and non-integer
steps.
Implement support for the aforementioned alarms by using unit
conversion to display them in more convenient units when the OSD
is set to display imperial units.
7 years ago
Alberto García Hierro 8ec5876ebf Refactor code for OSD alarms
Define an array of the available alarms. Display just the ones
understood by the FC.
Move alarm names and their help (if any) to the translatable
messages.
7 years ago
Alberto García Hierro e3c115d302 Add support for OSD_EFFICIENCY
Includes new 2-char symbol for mah/km
7 years ago
Pawel Spychalski (DzikuVx) 99ad84e544 tracking of used rc mapping 7 years ago
Paweł Spychalski d9d94af6a8 Merge pull request #256 from iNavFlight/dzikuvx-aux-rename-to-ch
AUX renamed to CH
7 years ago
Alberto García Hierro e570fcbae4 Add support for configuring OSD_VTX_CHANNEL
Element was disabled due to missing support on INAV. Added messages
for element name and its help too.
7 years ago
Stewart Loving-Gibbard 4feee8f48d Fixing whitespace and comment issues 7 years ago
Stewart Loving-Gibbard 9c9e7cd142 Removing accidental whitespace 7 years ago
Stewart Loving-Gibbard 8491d7769a Merge branch 'master' of https://github.com/StewLG/inav-configurator 7 years ago
Stewart Loving-Gibbard 81be88311e This supports adds Configurator GUI support for Failsafe Minimum Distance.
I believe everything works and is OK, but I am unclear about MSP/FC/Configurator versioning, so some of what I've done here may not be correct, or may need to be done differently. I would appreciate guidance/explanation.
7 years ago
Stewart Loving-Gibbard 9edac50952 Cleaning up some whitespace, adding comments to make clear where I still have questions. 7 years ago
Stewart Loving-Gibbard f642024886 I believe this is now fully working.
It needs some spacing/comments cleanup I think,
and I need some guidance about version limiting its display. I don't know what the next version is, etc.
7 years ago
Stewart Loving-Gibbard 2ddcd38a48 Working dropdown for minimum distance procedure.
* Needs to look tidier
* Needs help annotations
* needs controlling checkbox
7 years ago
Stewart Loving-Gibbard b61d20323d This functions, but does not look great, and needs some debris cleaned up before merging. This could ship in an emergency but I will try to do better first. 7 years ago
Pawel Spychalski (DzikuVx) 7d7a1dc866 RC_MAP update 7 years ago