Commit Graph

2969 Commits (f5e60cc40e93163f8a001daa8e51976e48119c22)
 

Author SHA1 Message Date
Sergej Pozdnyakov 14dd00fb7b Add Linux build (gulp task) #312
For build only linux, without install Wine, added task `release-only-linux`
7 years ago
Paweł Spychalski 216ff35b38
Merge pull request #310 from iNavFlight/dzikuvx-readme-standalone-apps
Updated README for standalone installation for Win and Mac users
7 years ago
Pawel Spychalski (DzikuVx) 5a74287c1f Updated README for standalone installation for Win and Mac users 7 years ago
Konstantin Sharlaimov c559b86d82
Merge pull request #308 from iNavFlight/de_sponsor_logos
Use sponsor logos
7 years ago
Konstantin Sharlaimov (DigitalEntity) 24fc53a5c0 Use sponsor logos 7 years ago
Paweł Spychalski 2fef5535ef
Merge pull request #305 from iNavFlight/colorfix
Fix toggle color in OSD Tab
7 years ago
skaman82 9e7be86de0 Fix toggle color 7 years ago
Paweł Spychalski f7bef5306e
Merge pull request #303 from iNavFlight/agh_fix_legacy_rx
Fix incorrectly swapped bits for legacy RX
7 years ago
Alberto García Hierro c18807405e Fix incorrectly swapped bits for legacy RX
Code for handling versions using feature bits for RX had the
feature bits for RX_PPM and RX_PWM swapped, causing incorrectly
displayed values.
7 years ago
Konstantin Sharlaimov 2236004ae1
Merge pull request #299 from iNavFlight/agh_rtc_functions
Add MSPHelper.getRTC() and MSPHelper.setRTC()
7 years ago
Alberto García Hierro 89831dd1d7 Add MSPHelper.getRTC() and MSPHelper.setRTC()
Functions for getting and setting the RTC. Not used for now, but
can be manually called from the debug console for testing RTC
related changes.
7 years ago
Tim Eckel 8a803b06a3 Change the OSD config to show ACRO instead of the defunct STAB flight mode placeholder 7 years ago
Konstantin Sharlaimov (DigitalEntity) 55516a608e Version bump to 1.8.1 7 years ago
Konstantin Sharlaimov 7929a82e5c Merge pull request #285 from iNavFlight/agh_fix_dist
Make dist task finish before reporting it's done
7 years ago
Konstantin Sharlaimov 91760b53f2 Merge pull request #290 from iNavFlight/agh_osd_rtc_preview
Fix preview of RTC OSD indicator
7 years ago
Konstantin Sharlaimov d9d10cc573 Merge pull request #291 from iNavFlight/osd_vario_help
Add descriptions and help messages for OSD vario elements
7 years ago
Konstantin Sharlaimov 8159c454ce Merge pull request #295 from iNavFlight/agh_rssi_channel
Allow RSSI channel only on channels >= 5
7 years ago
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