Commit Graph

1719 Commits (4c4c3421ed49ccc92143a21a8ba4a71b2bb490d9)

Author SHA1 Message Date
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
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
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 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
Pawel Spychalski (DzikuVx) 7d7a1dc866 RC_MAP update 7 years ago
Pawel Spychalski (DzikuVx) 3320acdbbd Unused varaibles removed 7 years ago
Konstantin Sharlaimov afc8722085 Merge pull request #268 from fiam/osd_fixed
Make the OSD preview fixed in the viewport
7 years ago
Alberto García Hierro 7fb0579d4f Merge pull request #267 from fiam/rx_cleanup
Add support for the RX changes in MSP
7 years ago
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.
7 years ago
Alberto García Hierro 42f332e627 Rename all references to NRF24 as protocol to SPI
For consistency. We now have other receivers that work over SPI
and might have more in the future.
7 years ago
Paweł Spychalski 0e287350a0 Merge pull request #269 from fiam/disable_online_button
Disable "Load Firmware [Online]" button while downloading it
7 years ago
Alberto García Hierro 1104e3898d Optimize missing selector on the 1st pass
My fault, not @DzikuVx's. He wouldn't make this mistake.
7 years ago
Alberto García Hierro 41cd4e9637 Optimize the selector for the "Load Firmware" button
As requested by @DzikuVx. I haven't profiled the code, but I
trust his instincts. And so should you.
7 years ago
Alberto García Hierro 9d7b31fd75 Show the correct preview for OSD_GPS_SPEED in UK mode
It was showing the speed in km/h rather than mp/h
7 years ago
Alberto García Hierro eae7af4565 Disable "Load Firmware [Online]" button while downloading it
Provides feedback to the user to let he know that the configurator
didn't hang up
7 years ago
Alberto García Hierro 80f2845772 Make the OSD preview fixed in the viewport
Allows seeing the preview when scrolling down to see all available
OSD elements.
7 years ago
Alberto García Hierro 587d1c5cb4 Add support for the RX changes in MSP
Implement a combobox selector for the receiver type, showing
just the options for the specific type (e.g. selecting serial
receiver reveals the combobox for the serial protocol).

On INAV > 1.7.3 read and write receiver type to RX_CONFIG rather
than to feature bits. Note that this will break the configurator
in builds with version = 1.7.4 before https://github.com/iNavFlight/inav/pull/1596/files
is applied.
7 years ago
Alberto García Hierro abfb27ecb7 Add support for OSD_HEADING_GRAPH 7 years ago
Alberto García Hierro 559ca3068f Add AIR symbol and use it for OSD_AIR_SPEED preview 7 years ago
Alberto García Hierro 968905a513 Load SENSOR_CONFIG before showing OSD UI
SENSOR_CONFIG is used for OSD_AIR_SPEED detection
7 years ago
Alberto García Hierro 6e17c69fd1 Update OSD element previews
Now the preview shows exactly the same image as the real OSD.
Also, remove some unused constants for symbols.
7 years ago
Konstantin Sharlaimov (DigitalEntity) 492ea212d8 Typo fix 7 years ago
Konstantin Sharlaimov (DigitalEntity) 58a9468846 Fix disabled calibrate mag button 7 years ago
Alberto García Hierro 52b5039465 Add support for OSD_THROTTLE_POS_AUTO_THR
Shows actual THR from the navigation system when it's controlling
THR, stick input otherwise (like the normal THR indicator).

INAV counterpart submitted as
https://github.com/iNavFlight/inav/pull/2217
7 years ago
Alberto García Hierro 46ba69df98 Add support for OSD_MAIN_BATT_CELL_VOLTAGE
Shows the average cell voltage. INAV counterpart already merged
at https://github.com/iNavFlight/inav/pull/2212
7 years ago
Alberto García Hierro 9e95e441b1 Add support for configuring OSD_MESSAGES 7 years ago
Paweł Spychalski aee549dc57 Merge pull request #259 from fiam/osd_ignore_unknown
Ignore OSD items unknown by the FC in the OSD tab
7 years ago
Paweł Spychalski ef5619fefb Merge pull request #255 from iNavFlight/dzikuvx-ports-sensor-column
Port GPS renamed to Sensors and moved to separate column
7 years ago
Paweł Spychalski f896d52111 Merge pull request #252 from fiam/osd_hdop
Add HDOP character and support for OSD_GPS_HDOP
7 years ago
Alberto García Hierro c48a3f43f4 Add preview support for OSD vertical elements
Also, add preview for OSD_VARIO and rename SYM.VARIO to
SYM.M_S, since it points to the m/s character.
7 years ago
Alberto García Hierro d5bdf53b9a Ignore OSD items unknown by the FC in the OSD tab
Otherwise configuring the OSD of an INAV version older than the
configurator will cause errors.
7 years ago
Alberto García Hierro a9f6a9d5a7 Add HDOP character and support for OSD_GPS_HDOP 7 years ago
Alberto García Hierro 974ed52c11 Organize OSD elements into groups
Implement groups which can be declared in any order including
any item in the order deemed more useful. This way we no longer
need to put elements ordered by their osd_items_e value.

Also, elements and even groups can be disabled when the features
or hardware required for drawing them is not present or not
enabled.
7 years ago
Pawel Spychalski (DzikuVx) be5fd7a605 Rename on other tabs 7 years ago
Pawel Spychalski (DzikuVx) 3acf97e5f9 AUX renamed to CH on Receiver tab 7 years ago
Pawel Spychalski (DzikuVx) 8dfa070624 Port GPS renamed to Sensors and moved to separate column 7 years ago
Paweł Spychalski ce363ee429 Merge pull request #244 from iNavFlight/vtx-support
SmartAudio and Tramp support
7 years ago
Alberto García Hierro 1e18c6d08c Add support for new OSD elements
- Support OSD_ONTIME_FLYTIME and OSD_RTC_TIME
- Add support for OSD elements with localized names
- Add support for displaying some help besides an OSD element
7 years ago
Alberto García Hierro 868af88ea9 Add clock character to all fonts 7 years ago
Pawel Spychalski (DzikuVx) 3920cfa443 SmartAudio and Tramp support 7 years ago
Konstantin Sharlaimov 06d6f40aee Merge pull request #225 from fiam/fw_motorstop_airmode
Set MOTOR_STOP and AIRMODE features in all FW presets
7 years ago
Konstantin Sharlaimov 94ec0c0720 Merge pull request #236 from fiam/osd_uk_units
Add support for selecting UK mode in the OSD units
7 years ago
Paweł Spychalski 929b600bda Merge pull request #237 from fiam/nw-fixes
Fix drag and drop not working on NW.js
7 years ago
Alberto García Hierro 0c57b5d9f9 Fix drag and drop not working on NW.js
NW.js requires us to disable pointer events on the inline images,
otherwise the drag/drop events are generated for the images rather
than for the html elements representing OSD items.
7 years ago
Alberto García Hierro 37171dc603 Add support for selecting UK mode in the OSD units
Fixes #233
7 years ago
Alberto García Hierro 398bf5aeac Copy js/workers/hex_parser.js to build/
This avoids having to list it only for the dist task
7 years ago
Alberto García Hierro 14f9cb80df Cleanup gulpfile.js, fix minification
Move outputDir to a constant.
Add an output variable which contains the filenames for each
output file.
Remove usage of 'let' and 'for(... of [Object])' from osd.js,
since uglify doesn't support ES6 and babel failed on
google-analytics-bundle.js
Fix 'deploy-receiver-css'. uglify() was being called as part of
the pipeline instead of the correct minifyCSS() call.
Let npm sort the deps rather than editing them manually
Add missing openlayers dependency
7 years ago
Alberto García Hierro e79911d327 Add characters for NAV modes
[RTH], [WPT], [ALT], [POS] and [A+H].

Characters have been added to all character maps. Leave a white
character after mp/h and the first 2-char image intentionally to
avoid the preview in the configurator showing an icon between
2 lines.
7 years ago
Alberto García Hierro f4c07566db Set MOTOR_STOP and AIRMODE features in all FW presets
AIRMODE will only be set if INAV version is > 1.7.2, since it
does nothing in previous versions even when the feature is
advertised.
7 years ago
Pawel Spychalski (DzikuVx) ccc92ac3b6 Blackbox moved to Pheripherials column 7 years ago
Konstantin Sharlaimov 089a7d34bf Merge pull request #221 from azolyoung/add-rcsplit-support-to-inav
Add rcsplit support to inav
7 years ago
azolyoung 02d4a8ae47 use FC version as condition to detect which is support rcsplit or not. 7 years ago
azol 73f324e4c1 add runcam split suport
add peripherals column on ports page

fixed ports page will show the rcsplit with apiversion less 1.27.0

move the modeName adjust function to peripherals.js, and add failsafe modename not update when rcsplit available

cleanup

clean up
7 years ago
Pawel Spychalski (DzikuVx) 04f1f163e4 airspeed in OSD 7 years ago
Konstantin Sharlaimov e394d4fd86 Merge pull request #204 from iNavFlight/de_add_slack
Add font-awesome; Add support links
7 years ago
Paweł Spychalski 8b65076c74 Merge pull request #217 from marbalon/marbalon-osd-fixes
Lot of fixes to make OSD render more similar to real layout
7 years ago
Marcin Baliniak 03d725cf07 Lot of fixes to make OSD render more similar to real layout 7 years ago
Pawel Spychalski (DzikuVx) 357dc98c24 fixes #206 7 years ago
Pawel Spychalski (DzikuVx) a919702c6a fixes #193 7 years ago
Pawel Spychalski (DzikuVx) 46e616bc7f fixes #216 7 years ago
Pawel Spychalski (DzikuVx) 8d3980bfa2 Rangefinder setting is back 7 years ago
Konstantin (DigitalEntity) Sharlaimov 64464291c4 Add font-awesome; Add support links 7 years ago
Paweł Spychalski e113e5db94 Merge pull request #202 from iNavFlight/css-structure-rework
CSS files moved to src folder
7 years ago
Pawel Spychalski (DzikuVx) 36358ae175 CSS files moved to src folder 7 years ago
Pawel Spychalski (DzikuVx) 8aebbbfa93 Allow servo rate 125% 7 years ago
Pawel Spychalski (DzikuVx) 6300fefdef Angle at min and max removed 7 years ago
Pawel Spychalski (DzikuVx) 0777ef391c MSP_FW_CONFIG frame support 7 years ago
Pawel Spychalski (DzikuVx) eb4eff59fb RTH and Landing settings 7 years ago
Pawel Spychalski (DzikuVx) 9d1e00268f current meter scale raised to 10000 7 years ago
Paweł Spychalski 99da3a0311 Merge pull request #188 from oleost/patch-5
Mention that they change pwm refresh for servos.
8 years ago
Paweł Spychalski 4d843cfb34 Merge pull request #183 from iNavFlight/updated-5inch-gps-preset
updated 5in GPS preset
8 years ago
Ole-Petter 48df85c80f Update profiles.js
Added in description for tricopter that they apply faster pwm for servos.
8 years ago
Konstantin Sharlaimov (DigitalEntity) 7cbb7c053f Add donation via Yandex.Money (RU) 8 years ago
Konstantin Sharlaimov (DigitalEntity) 134bcb2e72 Enable PositionXY PID D 8 years ago
Pawel Spychalski (DzikuVx) 40c5dde34b updated 5in GPS preset 8 years ago
Konstantin Sharlaimov 0a01e5f391 Merge pull request #171 from iNavFlight/presets-update
Presets update
8 years ago
Konstantin Sharlaimov 00f5240ec2 Merge pull request #177 from iNavFlight/fix-msp-rx-control
Change stick mapping in Stick Control feature to default AETR
8 years ago
Konstantin Sharlaimov (DigitalEntity) 55e480ddca Change stick mapping in Stick Control feature to default AETR 8 years ago
Konstantin Sharlaimov (DigitalEntity) 0dcbf6109c Add 4800 baud 8 years ago
Konstantin Sharlaimov (DigitalEntity) 12492267b7 Extend baudrates; Allow telemetry baud rates down to 1200 bps 8 years ago
Pawel Spychalski (DzikuVx) 5d58275414 Merge remote-tracking branch 'origin/master' into failsafe-improvements 8 years ago
Pawel Spychalski (DzikuVx) 3fb9dcc58d updated GPS 5" profile 8 years ago
Pawel Spychalski (DzikuVx) c6dccdefb4 proreess 8 years ago
Pawel Spychalski (DzikuVx) 973aec053e some rationalization in PID table generation and PID names no longer taken directly from FC 8 years ago
Pawel Spychalski (DzikuVx) 9e1978f3ec failsafe changes for 1.6 8 years ago
Pawel Spychalski (DzikuVx) 0e215c8116 fix messed lat/lon 8 years ago
Pawel Spychalski (DzikuVx) 9b58be1987 OpenLayers and OpenStreetMap instead of Google Maps 8 years ago
Paweł Spychalski 8137fe5a1c Merge pull request #130 from iNavFlight/build-system
Build system
8 years ago
Pawel Spychalski (DzikuVx) 2766c1ddc9 updated libs 8 years ago
Pawel Spychalski (DzikuVx) 59f93021e8 Updated 12" and 10" profiles defaults for better initial behavior 8 years ago
Pawel Spychalski (DzikuVx) 1b4cf23986 menu icons 8 years ago
Pawel Spychalski (DzikuVx) 1b0de34a1d Merge remote-tracking branch 'origin/master' into build-system 8 years ago
Konstantin Sharlaimov 4eca65e8ad Merge pull request #152 from iNavFlight/gps-osd-support
basic support for GPS elements
8 years ago
oleost e9d4ba5cc2 Fix typo 8 years ago
Pawel Spychalski (DzikuVx) 5911fca6f5 Tricopter presets 8 years ago
Pawel Spychalski (DzikuVx) f1193c1a41 basic support for GPS elements 8 years ago
Pawel Spychalski (DzikuVx) 050dab3ee1 RC rate removed 8 years ago
Pawel Spychalski (DzikuVx) 94ec0199a2 updated Z84 preset 8 years ago
oleost 9419b3acb0 Update profiles.js
Need help setting:

set tpa_rate = 33
set tpa_breakpoint = 1300
set gyro_hardware_lpf = 20HZ
8 years ago
Pawel Spychalski (DzikuVx) 9d613be280 OSD support for PIDs and POWER 8 years ago
Paweł Spychalski 618f719f6a Merge pull request #121 from iNavFlight/msp-altitude-1_6
Report raw baro altitude in sensors tab
8 years ago
Pawel Spychalski (DzikuVx) ec7f46f108 dual set of defaults for PIDs: FW and MR 8 years ago
Pawel Spychalski (DzikuVx) 6e5d25d104 updated PID defaults 8 years ago
Pawel Spychalski (DzikuVx) bb1c674e22 fixes #122 8 years ago
Konstantin Sharlaimov (DigitalEntity) 191aa6ac86 Report raw baro altitude in sensors tab 8 years ago
Pawel Spychalski (DzikuVx) 3ef7cdf8b6 build system - progress 8 years ago
Pawel Spychalski (DzikuVx) e74645f497 Merge branch 'master' into msp-queue 8 years ago
Pawel Spychalski (DzikuVx) 37738ac269 adaptive intervals 8 years ago
Pawel Spychalski (DzikuVx) 9f7fae6f80 new tracking events 8 years ago
Pawel Spychalski (DzikuVx) c977b19432 advanced tuning tab done 8 years ago
Pawel Spychalski (DzikuVx) fea2505fde Merge branch 'master' into advanced-tuning-tab 8 years ago
Pawel Spychalski (DzikuVx) 8290f8c34d satup tab 8 years ago
Pawel Spychalski (DzikuVx) 35adb962fb load balancing on oter tabs 8 years ago
Pawel Spychalski (DzikuVx) 297ad70c5d dynamic polling interval on receiver page 8 years ago
Pawel Spychalski (DzikuVx) 4ae45333a8 timeout and retry improvements 8 years ago
Pawel Spychalski (DzikuVx) a6ad0887b3 packet drop on more tabs 8 years ago
Pawel Spychalski (DzikuVx) d695b7cec3 serial port load balancing on motors tab 8 years ago
Pawel Spychalski (DzikuVx) 083eee3115 msp queue load 8 years ago
Pawel Spychalski (DzikuVx) 51a550b1c2 GUI for notch filters' 8 years ago
Pawel Spychalski (DzikuVx) f2c5ad3a9b fixes 8 years ago
Pawel Spychalski (DzikuVx) 01569e7df8 Merge branch 'master' into advanced-tuning-tab 8 years ago
Pawel Spychalski (DzikuVx) 8549f62510 final fixes 8 years ago
Pawel Spychalski (DzikuVx) 011e3a3ce7 Merge branch 'master' into profile-gui 8 years ago
Pawel Spychalski (DzikuVx) 7c7b366ca7 references to pre 1.15 api version removed 8 years ago
Pawel Spychalski (DzikuVx) 8fdfbca840 backup / restore removed as not working 8 years ago
Pawel Spychalski (DzikuVx) 93a4dd1b84 MSP_IDENT removed from usage 8 years ago
Pawel Spychalski (DzikuVx) c98e922602 callback update improvements 8 years ago
Pawel Spychalski (DzikuVx) eff3eb2420 fixes for global status pull handler 8 years ago
Pawel Spychalski (DzikuVx) 3f196a9505 MSP_STATUS removed from manual pulls 8 years ago
Pawel Spychalski (DzikuVx) d1693cea2a MSP_ANALOG loaded only in global handler 8 years ago
Pawel Spychalski (DzikuVx) d1483e5e26 tab tasks unified 8 years ago
Pawel Spychalski (DzikuVx) d1fcb81017 timing methods extracted to separate classes 8 years ago
skaman82 97fee82fb1 add default features 8 years ago
skaman82 461315dafe Rearange text 8 years ago
skaman82 9d8ca4ea64 Adding images 8 years ago
skaman82 3a2fbc38ea menu element is now marked active on select 8 years ago
Danijel Predojevic 4504f40a03 - Remove weird quotes 8 years ago
Pawel Spychalski (DzikuVx) 63ed578442 empty advanced tuning tab 8 years ago
Danijel Predojevic 30c6157ae7 - Add active class to selected preset 8 years ago
skaman82 09e116809f Basic GUI work 8 years ago
skaman82 56b671f48e CSS menu styling 8 years ago
Pawel Spychalski (DzikuVx) 5ef754a7ea minor refactoring 8 years ago
Danijel Predojevic a784795281 - Preset image placeholder 8 years ago
Danijel Predojevic 45dac0b3b5 - Convert presets select list to unordered list 8 years ago
skaman82 61dab312ad Minor CSS tweaks 8 years ago
skaman82 cd7f3b5358 PreArming Checks styling 8 years ago
Paweł Spychalski 04612a94e8 Merge pull request #92 from iNavFlight/profiles
Configurator presets
8 years ago
U-PAWEL-X220\pawel 35bb15b812 Additional presets 8 years ago
U-PAWEL-X220\pawel bbd5b579f1 10 inch UAV preset 8 years ago
U-PAWEL-X220\pawel 08559abdd7 missing save 8 years ago
Pawel Spychalski (DzikuVx) dfebfe9684 UART7 and UART8 8 years ago
U-PAWEL-X220\pawel ea3c972a49 Preset save modal 8 years ago
U-PAWEL-X220\pawel e8705b0365 configuration using save chainer 8 years ago
U-PAWEL-X220\pawel b99c5c1bf4 mixer added to preset 8 years ago
U-PAWEL-X220\pawel e0c14837a0 Save chainer on presets page 8 years ago
U-PAWEL-X220\pawel e39094ae0c setup page using load chain 8 years ago
U-PAWEL-X220\pawel d9415eadd1 msp chainer on receiver tab 8 years ago
U-PAWEL-X220\pawel 8d8308c29b MSP chainer load used on configuration page 8 years ago
U-PAWEL-X220\pawel c64d5f5ea0 MSP chainer for pid_tuning tab 8 years ago
U-PAWEL-X220\pawel 3701c99f67 MSP chainer for presets page read 8 years ago
U-PAWEL-X220\pawel 1cc4c62172 Mechanism to restore defaults before applying new preset 8 years ago
U-PAWEL-X220\pawel a81cc99d11 Merge remote-tracking branch 'origin/master' into profiles 8 years ago
Konstantin Sharlaimov (DigitalEntity) b5650c1fba Add ADPM Drones as a sponsor 8 years ago
U-PAWEL-X220\pawel 35baf4302b first cut of presets 8 years ago
U-PAWEL-X220\pawel 429075efa5 HTML fixups 8 years ago
Konstantin Sharlaimov (DigitalEntity) ead552d694 Version bump; Remove Ledge-Team from sponsor list 8 years ago
Konstantin Sharlaimov 873eb04096 Merge pull request #87 from iNavFlight/armin-failure-reporting
Arming status reporting
8 years ago
Konstantin Sharlaimov (DigitalEntity) 372b51f897 Change arming checks to a table 8 years ago
Konstantin Sharlaimov (DigitalEntity) ae1a2da4b1 Properly select adjustment count 8 years ago
U-PAWEL-X220\pawel a5bc3e56ab Arming status reporting 8 years ago
Konstantin Sharlaimov 9db2fec934 Merge pull request #85 from iNavFlight/config-tab-improvements
Config tab improvements
8 years ago
Pawel Spychalski (DzikuVx) a22efc480e updated tracking events 8 years ago
Pawel Spychalski (DzikuVx) 3de7c0182a fixed tracking push 8 years ago
Pawel Spychalski (DzikuVx) b9506548ee radio features 8 years ago
Pawel Spychalski (DzikuVx) a722f89973 improved hinting 8 years ago
Pawel Spychalski (DzikuVx) c6b2e40cbb features non-radio rework 8 years ago
Pawel Spychalski (DzikuVx) 1b4c729e46 cleaning 8 years ago
Pawel Spychalski (DzikuVx) 725e062479 Merge branch 'master' into config-tab-improvements 8 years ago
Pawel Spychalski (DzikuVx) 24e126dfe0 motor test mode fix 8 years ago
Pawel Spychalski (DzikuVx) 9de6e9d2f1 fixed reboot sequence 8 years ago
Pawel Spychalski (DzikuVx) 6581da1654 voltage and current 8 years ago
Pawel Spychalski (DzikuVx) 4bd6f46710 RSSI rework 8 years ago
Pawel Spychalski (DzikuVx) c3900dc248 no more empty spaces 8 years ago
Pawel Spychalski (DzikuVx) ef831a32ac Servo update fix 8 years ago
Pawel Spychalski (DzikuVx) 684d8c90d2 Updated sensor detection for AUTOdetection mode 8 years ago
Pawel Spychalski (DzikuVx) b051cb5f0c GUI for SENSOR_CONFIG 8 years ago
Pawel Spychalski (DzikuVx) 55293812d2 MSP layer for MSP_SENSOR_CONFIG 8 years ago
Pawel Spychalski (DzikuVx) b8567252af fixed disabling of OSD elements 8 years ago
Pawel Spychalski (DzikuVx) 3a48a51a76 font upload fix 8 years ago
Pawel Spychalski (DzikuVx) 1bb6850c24 Merge remote-tracking branch 'origin/master' into osd-support 8 years ago
Pawel Spychalski (DzikuVx) b3a05dbe1c UI fix 8 years ago
Pawel Spychalski (DzikuVx) 6766be0f93 Merge remote-tracking branch 'origin/master' into async-support 8 years ago
Pawel Spychalski (DzikuVx) 771be944d9 final touches for async support 8 years ago
Konstantin Sharlaimov (DigitalEntity) 2946004ccf Add support for MSP_SENSOR_STATUS if firmware version is gte 1.5 8 years ago
skaman82 c631b33fda Config Tab cleanup 8 years ago
skaman82 544be1746e Adding airspeed icon to the sensors 8 years ago
Pawel Spychalski (DzikuVx) 026edebe88 other frequencies 8 years ago
Pawel Spychalski (DzikuVx) dace7d27d8 GUI for async gyro mode 8 years ago
Pawel Spychalski (DzikuVx) b68f9a15c4 various code improvements 8 years ago
Pawel Spychalski (DzikuVx) c70e7151a0 OSD more and more 8 years ago
Pawel Spychalski (DzikuVx) bcdb673f61 validation fexes 8 years ago
Pawel Spychalski (DzikuVx) b062ea24d2 missing frames 8 years ago
Pawel Spychalski (DzikuVx) 9a5e3dbeae msp cleanup 8 years ago
Pawel Spychalski (DzikuVx) 18a00dedf8 MSP refactoring 8 years ago
Pawel Spychalski (DzikuVx) 25c8a6f61c crude port 8 years ago
Pawel Spychalski (DzikuVx) 985362e1ae failsafe ui fix 8 years ago
Pawel Spychalski (DzikuVx) f55510d7ae fix 8 years ago
Pawel Spychalski (DzikuVx) c5df42cb49 mutiple small fixes so it does not hurts my eyes so much 8 years ago
Konstantin Sharlaimov (DigitalEntity) fa20219183 Version bump to 1.4.1; Add Patreon to landing page 8 years ago
Pawel Spychalski (DzikuVx) e231aed13a overhaul 8 years ago
Pawel Spychalski (DzikuVx) 4d2882e353 options moved 8 years ago
Pawel Spychalski (DzikuVx) 649da56163 ignore rates 8 years ago
Pawel Spychalski (DzikuVx) d503cb92c7 Filtering configuration 8 years ago
Pawel Spychalski (DzikuVx) ea9efd4622 Yaw jump and prevention limit 8 years ago
Pawel Spychalski (DzikuVx) 4f3037e7cd MagHold Yaw rate limit UI 8 years ago
Pawel Spychalski (DzikuVx) 39eadf3efe final fixes 8 years ago
Pawel Spychalski (DzikuVx) 58da169cdf Simplified UI for looptime selection in async_mode=NONE 8 years ago
Pawel Spychalski (DzikuVx) ead5f02022 gyro_lpf and gyro sync setable in async_mode=NONE 8 years ago
Pawel Spychalski (DzikuVx) 6ab8e62828 html for gyro configuration 8 years ago
Pawel Spychalski (DzikuVx) d2953cafc6 sponsors updated 8 years ago
Pawel Spychalski (DzikuVx) f19f668a6e Log entry for disabled PWM output 8 years ago
Paweł Spychalski 6e429d918c Merge pull request #56 from iNavFlight/pwm-output-enable
Feature PWM_OUTPUT_ENABLE
8 years ago
Pawel Spychalski (DzikuVx) 4ea549ddf8 version bump 8 years ago
Pawel Spychalski (DzikuVx) d67bb1a0d0 servo refresh rate 8 years ago
Pawel Spychalski (DzikuVx) e908018dea virtual entry added to motor rate select when rate not found on list 8 years ago
Pawel Spychalski (DzikuVx) a58f46cfb6 ESC protocol UI fixes 8 years ago
Pawel Spychalski (DzikuVx) b69ec9a385 first draft of feature PWM_OUTPUT_ENABLE 8 years ago
Pawel Spychalski (DzikuVx) efffc1a2a7 UI fixes 8 years ago
Pawel Spychalski (DzikuVx) 8761ec844e defaults changed 8 years ago
Pawel Spychalski (DzikuVx) cf4f12badf brushed default rate updated 8 years ago
Pawel Spychalski (DzikuVx) ec98fc5d80 UI for selecting motor protocol and rate 8 years ago
Pawel Spychalski (DzikuVx) 540d90a45a MSP commands for ADVANCED_CONFIG 8 years ago
Pawel Spychalski (DzikuVx) 7d6a8be4f4 support for PCA9685 8 years ago
Paweł Spychalski 6512f518df Merge pull request #41 from iNavFlight/feature/ibus-telemetry-support
iBus telemetry
8 years ago
Konstantin Sharlaimov (DigitalEntity) f647115163 Add Ledge Team to sponsors list 8 years ago
Paweł Spychalski 2ca7af478e Merge pull request #43 from iNavFlight/sponsors-removed
sponsors sectio
8 years ago
Pawel Spychalski (DzikuVx) 9d85bcf9da multicopterwii restored as sponsor 8 years ago
Pawel Spychalski (DzikuVx) 22c7e0e426 limited capabilities warning 8 years ago
Pawel Spychalski (DzikuVx) 8add6a19cd sponsors section removed 8 years ago
Pawel Spychalski (DzikuVx) ce458d299d inavification 8 years ago
Pawel Spychalski (DzikuVx) 505a5e2bf4 iBus telemetry 8 years ago
Pawel Spychalski (DzikuVx) 7cc54325ac looptime tracking 8 years ago
Konstantin Sharlaimov 0227b44149 Merge pull request #38 from iNavFlight/feature/no-pid-values-scaling
PID values scaling removed
8 years ago
Pawel Spychalski (DzikuVx) 54a80828c5 anonymous tracking of configured aux modes 8 years ago
Pawel Spychalski (DzikuVx) feda2250fa configuration tracking 8 years ago
Pawel Spychalski (DzikuVx) 1f0ede0120 pid tab optimizations 8 years ago
Pawel Spychalski (DzikuVx) becea11862 tracking for GPS 8 years ago
Pawel Spychalski (DzikuVx) c6e81d991f dropped PID values scaling and some cleanup 8 years ago
Konstantin Sharlaimov (DigitalEntity) 43118c9fa1 Fix SerialRX provider issue. Closes #36 8 years ago
Martin Budden d830b3d05b Fixed to be up to date with latest changes in iNav 8 years ago
Martin Budden 42cd6f00a9 Fixed NRF24 and SOFTSPI feature bits to match iNav 8 years ago
Martin Budden a7b36338e1 Set nrf24rx_id to zero when nrf24 protocol changes 8 years ago
Martin Budden 9f49d59f5f Added NRF24 setting to configuration tab 8 years ago
gaelj 0e5190edd3 LED strip update 8 years ago
gaelj 397272dd9c Fix bug when release name contains _ 8 years ago
gaelj aa4d548e48 Adds target and firmware version selects to firmware flasher tab
(catch-up with betaflight)
8 years ago
Konstantin (DigitalEntity) Sharlaimov daf3dba48e MAVLink compatibility cleanups 8 years ago
Konstantin Sharlaimov (DigitalEntity) fa860ab1cd Enable MAVLINK telem on FC > 1.2.0 8 years ago
Paweł Spychalski ad55318829 possibility to change controller in UI removed from code (#17) 8 years ago
Konstantin Sharlaimov faead1c710 Enable blackbox config access for INAV 1.2+ (#21) 8 years ago
Albert Kravcov 8548d1d78e Merge pull request #7 from iNavFlight/increased-cli-delay
increased timeout for CLI commands
8 years ago
skaman82 17545d8027 mag calibration button fix 8 years ago
Albert Kravcov 8b0bd6cb6f Merge pull request #12 from skaman82/colorfix
progress bar fix
8 years ago
skaman82 eb4a130933 progress bar fix 8 years ago
skaman82 595d194b8a Update Links 8 years ago
skaman82 32e019e392 small color fix 8 years ago
Pawel 553cf83560 cli timeout increaed to 100ms 8 years ago
Pawel a2b388d199 Merge remote-tracking branch 'origin/master' into increased-cli-delay 8 years ago
skaman82 60ef5a8cf9 Battery Status 8 years ago
skaman82 23d243b5d2 New flow sensor icon and cleanup 8 years ago
skaman82 6b6fd4d35c Color scheme changes 8 years ago
skaman82 d68d0e293f Logo change 8 years ago
Pawel 5cb6a6f3cc increased timeout for CLI commands 8 years ago
straga fc60f02b81 change firmware location from cleanflight to inavflight 8 years ago
Pawel e9d2563dad rates in dps for iNav > 1.1.0, see iNavFlight#204 8 years ago
Konstantin Sharlaimov (DigitalEntity) 61ebb7a455 Switched auto and disabled options for SBAS 9 years ago
Konstantin Sharlaimov (DigitalEntity) e6a86a9fec Calibration tab (empty); Add possibility to disable GPS ground assistance 9 years ago
Konstantin Sharlaimov (DigitalEntity) e366967be8 MAVLink initial support 9 years ago
Konstantin Sharlaimov (DigitalEntity) 4e2f65eca6 Various fixes. Flow sensor icon 9 years ago
Konstantin Sharlaimov (DigitalEntity) fa3445e9fb Failsafe RTH is now configurable via GUI 9 years ago
Konstantin Sharlaimov (DigitalEntity) 4cf709d6fb More GPS fixes 9 years ago
Konstantin Sharlaimov (DigitalEntity) 85457b98be Remove ACC_TRIM read command. Improve GPS fix handling 9 years ago
Konstantin Sharlaimov (DigitalEntity) 15dfc2ad41 Update GPS page 9 years ago
Konstantin Sharlaimov (DigitalEntity) 227abc752d More rebranding 9 years ago
Konstantin Sharlaimov (DigitalEntity) 11b80a67ff Some rebranding 9 years ago
Konstantin Sharlaimov (DigitalEntity) 4e8d94304e Remove accel trims. Rearrange layout
Signed-off-by: Konstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>
9 years ago
Konstantin Sharlaimov (DigitalEntity) 65ba4e586f More resolution for board alignment
Signed-off-by: Konstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>
9 years ago
Dominic Clifton 81a49d48b2 changes to support MSP API 1.17 (removal of 3d deadband configuration
via MSP_3D/MSP_SET_3D)

At somepoint we can add the support for the updated
MSP_DEADBAND/MSP_SET_DEADBAND commands.
9 years ago
Dominic Clifton 60bfeed194 Fix unable to reconnect after disconnecting when CLI was active. 9 years ago
Dominic Clifton ebd77db93f Merge pull request #323 from dan557/development
Add Current and Voltage readout on configuration tab
9 years ago
Dominic Clifton b0da87d584 Increase width of firmware target select box. 9 years ago
Dominic Clifton 6935fa62ce Merge pull request #321 from DL6ER/development
Add vibrations RMS to Motors tab
9 years ago
Dominic Clifton ace6e32269 Merge pull request #330 from cleanflight/spracingf3mini-sdcard
Add support for the SPRacingF3Mini (SD Card Blackbox Logging, Race Transponder, VCP)
9 years ago
Dominic Clifton 6009a3db56 Fix led strip missing 'var' keyword. 9 years ago
Dominic Clifton cbe862d018 Prevent users for creating mode ranges and adjustment activation ranges
that are too small.
9 years ago
Dominic Clifton 2044fe879c Fix for https://github.com/cleanflight/cleanflight/issues/1551 9 years ago
Dominic Clifton 1a58bfcf82 Add Race Transponder configuration support.
Also cleans up i18n support for 'features' and adds tooltip support for
them on the configuration tab.
9 years ago
dan557 94535289ca update gui.interval with new renamed function 9 years ago
dan557 cf2574a62c rename function to a more suitable name 9 years ago
dan557 2d4964f9a2 Update Current and voltage readouts every 250ms 9 years ago
dan557 fc181d6a49 Add Battery and Current Readouts 9 years ago
NightHawk32 f6a92f9b6f Merge pull request #319 from NightHawk32/development
Prevent motor test form enabling motors in 3D mode if msp 3D isn't supported
9 years ago
Dominik Derigs 327b0ecb28 Again, minor change 9 years ago
Dominik Derigs f60f599fb9 Further simplification of the new code 9 years ago
Dominik Derigs ed735556df Fixed variable rms being at the wrong place (doesn't affect functionality) 9 years ago
Dominik Derigs 9b5fdb6aba Minor change 9 years ago
Dominik Derigs a3c39289bd Added RMS display in Motors tab 9 years ago
Dominic Clifton 2581abb662 Merge pull request #315 from blckmn/development
Added name mapping for UARTs 5 and 6 (appearing on STM32F4 based boards).
9 years ago
NightHawk32 da4f916f10 no modifications to motor values in 3d mode if msp 3d isn't supported 9 years ago
Dominic Clifton 3874c82319 Prevent users for creating mode ranges and adjustment activation ranges
that are too small.
9 years ago
Dominic Clifton 0d3fbbddac Fix for https://github.com/cleanflight/cleanflight/issues/1551 9 years ago
tricopterY eeccdd456b Limitting 3D-Neutral and 3D-Deadband Low/High
Limitting 3D Neutral value to 1475 - 1525 and 3D Deadband values relative to Neutral
9 years ago
tricopterY d22271ce61 Sanity Check 3D-Neutral limits 9 years ago
tricopterY 48a5953db1 Limitting 3D Neutral value to 1475 - 1525 9 years ago
tricopterY 17d4a0153b Update motors.html 9 years ago
tricopterY b8acb13e5d Motors test mode switch and dynamically enabling/disabling Switchery Sliders
see: #297 and #233
9 years ago
Dominic Clifton 7b5d074747 Adding support for enabling/disabling transponder feature. 9 years ago
Dominic Clifton 4ccd0bed3e Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	main.css
	tabs/dataflash.css
	tabs/dataflash.html
9 years ago
skaman82 3b38ab02a9 i18n_title adjustments for receiver tab 9 years ago
skaman82 b6a55f247a Shortening labels for sensor alignment 9 years ago
Dominic Clifton 3993af0d8c Convert a few more tooltips to use i18n_title. 9 years ago
Dominic Clifton 25e97902c4 Merge branch 'tooltip_i18n_title_review' of https://github.com/tricopterY/cleanflight-configurator into tricopterY-tooltip_i18n_title_review 9 years ago
Dominic Clifton 14135cb64e Cleanup board/sensor alignment UI. 9 years ago
skaman82 da4e33e428 Removing inline CSS 9 years ago
skaman82 3189feb194 removing inline css from PID Tab 9 years ago
skaman82 b3f18fe992 Further CSS cleanup 9 years ago
blckmn 87fe426130 Added name mapping for UARTs 5 and 6 (appearing on STM32F4 based boards). 9 years ago
skaman82 f0de4141c8 more css cleanup 9 years ago
skaman82 bd7a2fc768 better contrast for some fonts 9 years ago
skaman82 6014b1063d Merge remote-tracking branch 'origin/NewPIDFunctions' into NewPIDFunctions 9 years ago
NightHawk32 c58829ba14 some renaming to RC_DEADBAND in the receiver tab 9 years ago
skaman82 d7482348e8 Merge branch 'cleanflight/development' into NewPIDFunctions 9 years ago
Michael Corcoran 4b5a398e0a CLI: Fix undefined tab_switch_in_progress error 9 years ago
skaman82 24a82dac93 Merge branch 'cleanflight/development' into NewPIDFunctions 9 years ago