Commit Graph

1522 Commits (2618d6dafc6ea798800c5f427a578e0953ef9814)

Author SHA1 Message Date
nathan 9ce7f76f27 load the right config based on version and fix a typo 2016-07-30 01:22:14 -07:00
nathan 00e89a1dae call special params or pid advanced depending on the api version 2016-07-30 01:15:46 -07:00
nathan 26e7b5e9ea chain, don't double-instantiate 2016-07-30 00:52:37 -07:00
nathan 010b3378a3 Revert "Fixed PID controller selection."
This reverts commit 2559bbc1ea.
2016-07-30 00:40:25 -07:00
mikeller 6846df962b Fixed reading PID controller value. 2016-07-29 21:37:04 +12:00
Michael Keller 2559bbc1ea Fixed PID controller selection. 2016-07-29 15:26:28 +12:00
skaman82 47a966ebab Fix for modes tab 2016-07-29 14:54:12 +12:00
mikeller 6da7383d61 Changes to MSP to make it work with Betaflight branch 'msp_cleanup'. 2016-07-29 14:54:03 +12:00
gaelj b85e23cdcb fix show dev releases button not reloading fw options 2016-07-29 14:51:45 +12:00
mikeller 0c8536dbe3 Merge branch 'master' of https://github.com/betaflight/betaflight-configurator into cleanup_profile_loading 2016-07-27 17:52:55 +12:00
Michael Keller b24ff4dfad Fix for failsafe feature. 2016-07-27 13:14:00 +12:00
TheAngularity 6144c9856f fixed typo 2016-07-26 22:48:44 +02:00
Michael Keller 083214a22d Fixed version check. 2016-07-27 07:13:38 +12:00
mikeller 622a4fb821 Clean up profile loading. 2016-07-27 02:46:13 +12:00
mikeller 83fea65e1c Moved profile selection into PID Tuning tab. Did some visual cleanup. 2016-07-26 00:49:59 +12:00
mikeller 9594cbded5 Centralised feature handler in BF_CONFIG. Switched all access to features to use the handler. 2016-07-24 23:30:51 +12:00
mikeller 7e7361dafd Hide tabs for features that are disabled. 2016-07-24 23:13:39 +12:00
Michael Keller addaa09935 Merge pull request #140 from mikeller/move_vbat_pid_compensation
Moved 'VBat PID Compensation' into PID tab.
2016-07-24 22:09:50 +12:00
mikeller 40042b2ffd Moved 'VBat PID Compensation' into PID tab. 2016-07-22 23:56:17 +12:00
Anton 1cb064a194 Merge pull request #139 from TheAngularity/patch-4
replace bit_check with have_sensor for better readable and cleanup
2016-07-22 13:14:55 +02:00
Michael Keller 89bd5f1fce Merge pull request #128 from mikeller/lockout_non_betaflight
Added check to stop non - Betaflight firmware from connecting (except for CLI).
2016-07-22 23:14:03 +12:00
TheAngularity 3321135c2d replace bit_check with have_sensor for better readable and cleanup 2016-07-22 13:12:37 +02:00
TheAngularity 6055f73f94 replace bit_check with have_sensor for better readable, cleanups 2016-07-22 13:08:50 +02:00
Michael Keller 1fdb7a8eaa Merge pull request #136 from TheAngularity/patch-1
disable accelerometer calibration button when accelerometer not enabled
2016-07-22 22:29:04 +12:00
TheAngularity 924e9d0a16 disable accelerometer sensor graph when accelerometer not enabled 2016-07-22 11:03:05 +02:00
TheAngularity 5eb1e07fdc disable accelerometer calibration button when accelerometer not enabled 2016-07-22 10:59:43 +02:00
Rodrigo Pérez 5a665be3d7 Use real filename when save firmware 2016-07-22 04:08:16 -04:00
gaelj 0d07acb05f minor cleanup 2016-07-19 21:23:22 +02:00
gaelj e1da5ef26e tabs to whitespace 2016-07-19 21:11:51 +02:00
gaelj 98e04ee9f6 Don't allow setting of forbidden overlays in case of multiple selection of leds with varying functions 2016-07-19 21:04:24 +02:00
mikeller 878c9b5548 Added check to stop non - Betaflight firmware from connecting (except for CLI). 2016-07-20 00:27:49 +12:00
gaelj 3d48b61767 Fix UI hang in certain cases 2016-07-18 22:14:28 +02:00
gaelj 5017318ccf Don't display first invalid LED
Fix: unavailable overlays are not always disabled when changing function on multiple selection of LEDs
2016-07-18 21:05:12 +02:00
U-DESKTOP-12PPI61\boris.bozic 60e3da5614 Change PID controllers 2016-07-18 00:50:50 +02:00
mikeller ed5d11cd56 Fixed 'Show All PIDs' button. 2016-07-17 12:18:19 +12:00
borisbstyle 8438a02781 Merge pull request #113 from KiteAnton/msp_name
Support for MSP_NAME
2016-07-16 11:07:16 +02:00
borisbstyle ae38d51600 Merge pull request #44 from gaelj/Betaflight_LED_strip
CF new LED strip port
2016-07-16 11:06:13 +02:00
KiteAnton 6334e1a3e9 More fixes 2016-07-14 00:38:31 +02:00
KiteAnton e135d85d5d Fix for some misses and rename of text 2016-07-14 00:30:29 +02:00
KiteAnton ac8eab6f8c Remove feature for versions prior to 3.0 2016-07-13 23:47:15 +02:00
KiteAnton aab0035d92 Support for MSP_NAME 2016-07-13 23:32:18 +02:00
mikeller c63af70999 Added Vbat PID Compensation to Configuration tab. 2016-07-13 00:06:58 +12:00
mikeller 5dc8f97d44 Fixed label for midrc. Added some help texts. 2016-07-12 21:39:15 +12:00
Anthony Dmitriyev 4a773bd15d Fix for 3D model spinning in receiver tab 2016-07-11 21:39:19 +01:00
Michael Keller 6039cae0dc Merge pull request #90 from mikeller/missing_features_warning
Added warning about features missing from 'Other Features' list.
2016-07-12 07:40:55 +12:00
Michael Keller 2196fa0dba Merge pull request #98 from mikeller/remove_rate_factor
Moved scaling factor for rates calculation into 'RateCurve'.
2016-07-12 07:40:07 +12:00
Michael Keller 9a571ac2c4 Fixed tab display for Angle / Horizon settings. 2016-07-12 07:37:38 +12:00
TheAngularity c4f412c603 Update pid_tuning.js
fix to read and store correct pid level values
2016-07-09 19:49:51 +02:00
TheAngularity 500bbbb28c Update pid_tuning.html
- Edited the order Angle and Horizon
- fix to read and store correct pid level values
2016-07-09 19:46:36 +02:00
TheAngularity 863b54bf03 Update pid_tuning.css
Change height of model preview to align with tpa / tpa breakpoint; fixed bottom border from model preview
2016-07-09 18:00:01 +02:00
TheAngularity f18953badd Update receiver.css
Change height of model preview to align aux channel without blank spaces
2016-07-09 17:51:50 +02:00
mikeller bc58101ab7 Moved scaling factor for rates calculation into 'RateCurve'. 2016-07-08 09:21:32 +12:00
mikeller b398c271c4 Cleaned up rates calculation and display a bunch. 2016-07-08 00:12:09 +12:00
Anthony Dmitriyev 25e565b940 Fix model yaw input in Receiver tab 2016-07-07 01:18:59 +01:00
Anthony Dmitriyev 10b51a1b83 Cleanup for model/rates 2016-07-07 00:56:40 +01:00
Michael Keller 2a1b3ff5c0 Added warning about features missing from 'Other Features' list. 2016-07-07 10:47:22 +12:00
borisbstyle a9f7bafa04 Merge pull request #89 from antstorm/preview-to-respect-rates
3D model to respect rates
2016-07-07 00:16:02 +02:00
Anthony Dmitriyev 86352b2a61 3D model to respect rates 2016-07-06 23:13:07 +01:00
Michael Keller a67b3ab4f7 Removed stale cruft. 2016-07-07 09:56:39 +12:00
U-DESKTOP-12PPI61\boris.bozic 53c4ee43d3 Remove super expo from config 2016-07-06 13:10:24 +02:00
mikeller 6694faff33 Moved switching of 'FEATURE_SUPEREXPO_RATES' to PID tab. 2016-07-06 22:26:11 +12:00
Michael Keller 67bad649ec Fixed rates curve display for legacy rates. 2016-07-06 12:12:54 +12:00
borisbstyle f60b747cbd Merge pull request #75 from antstorm/model-preview-for-receiver-tab
Add model preview for Receiver tab
2016-07-05 23:21:48 +02:00
borisbstyle 95f6363103 Merge pull request #76 from bilson/master
Adds target and firmware version selects to firmware flasher tab
2016-07-05 23:07:22 +02:00
Rodrigo Pérez aeb909228e Unused var 2016-07-05 16:58:17 -04:00
Rodrigo Pérez 02982378e0 Sort boards list 2016-07-05 16:44:08 -04:00
borisbstyle b2d0e3001c Merge pull request #79 from mikeller/rates_curve_scaling
Refactored rate curve into file of its own, improved scaling of rate curves
2016-07-05 19:37:43 +02:00
U-DESKTOP-12PPI61\boris.bozic 60fd430fdc Add IBUS and JETIEXBUS 2016-07-05 15:59:24 +02:00
mikeller f5045e4f68 Refactored rate curve into file of its own.
Improved scaling of rate curves
2016-07-06 01:44:45 +12:00
mikeller 4986ce387f Fixed help ballon placements. 2016-07-05 23:41:21 +12:00
Rodrigo Pérez 024531f829 Adds target and firmware version selects to firmware flasher tab
Fix for #40
Removed unnecessary request to GitHub API
2016-07-05 05:50:18 -04:00
Anthony Dmitriyev a609bda194 Add model preview for Receiver tab 2016-07-04 22:34:49 +01:00
mikeller 0a95079577 Fixed #73 2016-07-04 19:37:26 +12:00
mikeller c335e88e06 Fixed #73 2016-07-04 19:36:19 +12:00
U-DESKTOP-12PPI61\boris.bozic 5ed8ef1609 Add some tips 2016-07-04 00:22:46 +02:00
U-DESKTOP-12PPI61\boris.bozic 4e93745daa Add change from @MJ666 for brushed motors 2016-07-03 23:32:53 +02:00
mikeller e885979d89 Added support for new rate profiles. 2016-07-04 08:15:08 +12:00
skaman82 21af5f6278 color change 2016-07-01 01:25:53 +02:00
Michael Keller ce9791f148 Cleaned up show / hide PID code a bunch. 2016-07-01 10:51:47 +12:00
skaman82 cf04dd6587 small css fix 2016-07-01 00:23:17 +02:00
mikeller df3d39fa92 Made throttle rates display properly, made 'Show all PIDs' persist across tab reloads. 2016-07-01 09:08:16 +12:00
gaelj b62abd74e7 MSP versioning CF compatible 2016-06-30 22:13:15 +02:00
gaelj 92ec31f80b CF new LED strip port 2016-06-30 22:12:46 +02:00
U-DESKTOP-12PPI61\boris.bozic 9fe4a6bb5d Revert "added caching for betaflight releases in the firmware flasher"
This reverts commit 27e8dcc963.
2016-06-30 21:32:32 +02:00
Paul Nokel 27e8dcc963 added caching for betaflight releases in the firmware flasher 2016-06-30 18:37:36 +02:00
skaman82 b0ec88ce5a css fix 2016-06-30 15:20:23 +02:00
mikeller f4cc925f8e Cleaned up PID tab, made blocks show / hide properly. 2016-07-01 00:38:26 +12:00
skaman82 766b424947 Config tab clean up 2016-06-30 12:47:51 +02:00
mikeller e77de7dba7 Fixed bug in yaw rate curve display for version < 2.8.1 2016-06-30 22:18:03 +12:00
skaman82 ecfb1bcbca PID Tab cleanup 2016-06-30 11:49:43 +02:00
Nathan 50b46c3c97 Merge pull request #57 from nathantsoi/feature/osd
Feature/osd
2016-06-29 20:53:06 -07:00
Anthony Dmitriyev a0b2d9a090 Rates preview for PID Tuning tab 2016-06-29 22:26:21 +01:00
Anthony Dmitriyev 9bbc5cc000 Extract 3D model into a separate file 2016-06-29 22:00:03 +01:00
nathan 191c368c88 osd 2016-06-29 02:26:07 -07:00
borisbstyle e8456795dd Merge pull request #55 from mikeller/move_throttle_settings_into_pid_tab
Move throttle settings into pid tab
2016-06-28 23:16:00 +02:00
Anthony Dmitriyev 784199c72e Fix missing border in PID Tuning tab 2016-06-28 16:21:32 +01:00
mikeller 5e15aab460 Merge branch 'master' of https://github.com/betaflight/betaflight-configurator into move_throttle_settings_into_pid_tab 2016-06-29 01:22:05 +12:00
mikeller d527896159 Moved throttle settings into PID tab. 2016-06-29 01:21:30 +12:00
U-DESKTOP-12PPI61\boris.bozic ff6d8d3e93 Version 1.5 2016-06-27 14:45:01 +02:00
U-DESKTOP-12PPI61\boris.bozic c86b6f9a29 Increase the range of graph 2016-06-26 14:50:44 +02:00
U-DESKTOP-12PPI61\boris.bozic 3bdba9d615 Add tuning tips 2016-06-26 14:33:53 +02:00
U-DESKTOP-12PPI61\boris.bozic 56c44c1c3e Add Airmode to feature list 2016-06-26 14:14:59 +02:00
U-DESKTOP-12PPI61\boris.bozic 2caeda1597 Add Super Expo feature 2016-06-26 02:48:01 +02:00
U-DESKTOP-12PPI61\boris.bozic 87795f3623 Version 1.3 2016-06-26 00:34:25 +02:00
skaman82 7eb6c5fb52 css cleanup 2016-06-25 21:07:30 +02:00
skaman82 ae76f64de0 wider input fields 2016-06-25 20:46:46 +02:00
KiteAnton 3bd7754661 Code cleanup 2016-06-25 17:06:02 +02:00
KiteAnton 33ed0b532c Added sensor enable/disable to system settings in configuration tab 2016-06-25 16:56:43 +02:00
U-DESKTOP-12PPI61\boris.bozic 040e09088f Better rate curve // Still needs some optimising 2016-06-25 02:22:54 +02:00
U-DESKTOP-12PPI61\boris.bozic 4f76835ce2 Implement version checking part 3 2016-06-25 01:27:32 +02:00
U-DESKTOP-12PPI61\boris.bozic a116ce6b05 Implement version checking part 2 2016-06-24 15:19:38 +02:00
U-DESKTOP-12PPI61\boris.bozic c7d89ed710 Refactor and Implement version checking part 1 2016-06-24 12:50:33 +02:00
borisbstyle 2738549032 Merge pull request #41 from nathantsoi/feature/advanced-tuning-and-filters
Feature/advanced tuning and filters
2016-06-24 11:42:18 +02:00
nathan b4fab40e26 make the table above the filters match 2016-06-24 02:32:43 -07:00
nathan 594c74de0a lfp filters work 2016-06-24 02:26:54 -07:00
nathan 0274e27b7c pid tab cleanup, make ADVANCED_TUNING.deltaMethod work 2016-06-24 02:07:12 -07:00
nathan 8ffcb25375 this must default to false, since we have fields other than pids now, on input form changes won't work. everything still works w/ this fix 2016-06-24 02:04:18 -07:00
skaman82 2507824419 Receiver tab reorder 2016-06-22 17:29:01 +02:00
skaman82 47ec029321 New bracket icon for PID tab 2016-06-22 17:14:25 +02:00
U-DESKTOP-12PPI61\boris.bozic dca4dc97a1 Added RC rate yaw and prepared filters 2016-06-21 02:24:47 +02:00
U-DESKTOP-12PPI61\boris.bozic f2fd1e1077 Continue filling PID tuning tab 2016-06-21 02:24:44 +02:00
KiteAnton c9a5294f43 First step towards adding filter settings in configurator 2016-06-21 02:24:43 +02:00
skaman82 61297fbe1c fixing config tab layout 2016-06-20 23:17:43 +02:00
borisbstyle a4cdf75e32 Merge pull request #27 from mikeller/curve_height_adjustment
Adjusted curve height on PID tab.
2016-06-20 22:00:59 +02:00
Michael Keller 9a1a6fc42e Adjusted curve height on PID tab. 2016-06-21 07:58:16 +12:00
KiteAnton da6b0d903c Replaced looptime with gyro/pid denom settings 2016-06-20 21:49:18 +02:00
KiteAnton 8fffd6a186 Added motor/esc protocol settings to configuration tab 2016-06-20 20:26:00 +02:00
skaman82 69045ab4f8 Pid Tab changes
• removing watermark
• adjusting reset/show buttons
2016-06-20 16:33:30 +02:00
U-DESKTOP-12PPI61\boris.bozic 2662f64e83 Remove ONESHOT125 and Change Some names 2016-06-19 23:55:22 +02:00
borisbstyle afac7acdd7 Merge pull request #17 from mikeller/rate_move
Moved pitch / roll / yaw rate / expo / curves to PID tab
2016-06-19 22:01:18 +02:00
mikeller 67f6818700 Work on moving all rates to PID tab.
Work on moving all rates to PID tab.

Finished move of rate courve to PID tab.
2016-06-19 19:46:05 +12:00
nathan ede113e28a link to wiki for documentation 2016-06-17 20:56:23 -07:00
skaman82 12bce912c9 new PID scaling (same as in the CLI) 2016-06-17 20:27:10 +02:00
skaman82 dc786c42c5 Led Stip CSS cleanup 2016-06-17 19:47:09 +02:00
skaman82 71b3c3e2a4 LED Strip CSS fix 2016-06-17 19:13:29 +02:00
Albert Kravcov e929a2e5a7 Merge pull request #12 from nathantsoi/feature/disable-stats
disable stats
2016-06-17 11:05:33 +02:00
nathan f28a2b4ad4 update all the links 2016-06-15 22:51:53 -07:00
nathan cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
KiteAnton 008c22a90b Fix "null" text in list of firmwares 2016-06-15 12:47:45 +02:00
KiteAnton 17cdf3dcf4 Add betaflight firmwares to firmware flasher 2016-06-13 23:27:06 +02:00
skaman82 5e369d2a30 Design adjustments 2016-06-12 18:11:39 +02:00
skaman82 4433ec8159 images replacement 2016-06-12 17:41:14 +02:00
skaman82 46f6b9cd5f Color theme change 2016-06-11 04:38:24 +02:00
Albert Kravcov ace46998ce Merge pull request #354 from KiteAnton/additional_cli_time
Additional cli time for large text dumps
2016-05-28 13:47:11 +02:00
Dominic Clifton b913ae57bd Merge pull request #376 from digitalentity/mavlink-telem
Support for MAVLink telemetry
2016-05-12 14:08:46 +02:00
Albert Kravcov bad8350e7d Merge pull request #371 from gaelj/Bugfix-Failsafe-delay
Issue #363: max failsafe_delay should be 200
2016-05-12 01:46:34 +02:00
Albert Kravcov bc6d5d2f05 Merge pull request #369 from gaelj/Finer-mag_declination-control-in-GUI
Issue #153: finer mag_declination in GUI
2016-05-12 01:02:04 +02:00
Albert Kravcov ca9b4662e0 Merge pull request #379 from gaelj/LED-Show-GPS-3D-fix-status
Support LED cmds GPS, RSSI & Blink in configurator
2016-05-12 00:57:43 +02:00
gael 3d513aff52 Hide new LED buttons when msp version < 1.18.0 2016-05-08 23:34:48 +02:00
gael 6c964164e4 Support LED cmds GPS, RSSI & Blink in configurator
Implement initial support for new LED commands implemented in CF PR
2101.
2016-05-08 15:24:29 +02:00
skaman82 6bc3343015 Removing calibration status animation 2016-05-06 23:11:45 +02:00
Konstantin Sharlaimov (DigitalEntity) a8143e11c1 Support for MAVLink telemetry 2016-05-06 21:04:31 +10:00
gael 0518ed6993 Issue #74: Show battery & statuses in top bar
- Battery voltage appears as a horizontal bar
- Autodetection of battery type is used to calculate the bar min, max &
alarm values according to the battery configuration parameters.
- Color changes to red when battery level goes under the alarm setting
- Armed, failsafe and Serial Link status icons below battery voltage
monitor
- Change calibration button contents to "Calibrating" during calibration
2016-04-20 01:38:23 +02:00
gael a6807d5945 Issue #153 finer mag_declination in GUI
Allow declination to be set exactly in degrees,minutes (therefore uses
exactly the same value as in CLI instead of rounding it)
2016-04-18 23:19:07 +02:00
gael b4da6e6ab1 Fix issue #363: max failsafe_delay should be 200
Update max value in html file
2016-04-18 22:41:51 +02:00
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.
2016-04-01 12:32:19 +02:00
Dominic Clifton 60bfeed194 Fix unable to reconnect after disconnecting when CLI was active. 2016-03-24 14:50:24 +01:00
KiteAnton eaf9297e8b Additional time needed for large text dumps 2016-03-12 11:37:28 +01:00
Dominic Clifton ebd77db93f Merge pull request #323 from dan557/development
Add Current and Voltage readout on configuration tab
2016-02-05 03:21:38 +01:00
Dominic Clifton b0da87d584 Increase width of firmware target select box. 2016-02-05 03:11:15 +01:00
Dominic Clifton 6935fa62ce Merge pull request #321 from DL6ER/development
Add vibrations RMS to Motors tab
2016-01-30 12:32:22 +01:00
Dominic Clifton ace6e32269 Merge pull request #330 from cleanflight/spracingf3mini-sdcard
Add support for the SPRacingF3Mini (SD Card Blackbox Logging, Race Transponder, VCP)
2016-01-30 12:16:36 +01:00
Dominic Clifton 6009a3db56 Fix led strip missing 'var' keyword. 2016-01-22 22:15:58 +01:00
Dominic Clifton cbe862d018 Prevent users for creating mode ranges and adjustment activation ranges
that are too small.
2016-01-22 22:15:57 +01:00
Dominic Clifton 2044fe879c Fix for https://github.com/cleanflight/cleanflight/issues/1551 2016-01-22 22:15:55 +01:00
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.
2016-01-22 22:15:53 +01:00
dan557 94535289ca update gui.interval with new renamed function 2016-01-21 17:26:45 +00:00
dan557 cf2574a62c rename function to a more suitable name 2016-01-21 10:54:51 +00:00
dan557 2d4964f9a2 Update Current and voltage readouts every 250ms 2016-01-20 17:51:41 +00:00
dan557 fc181d6a49 Add Battery and Current Readouts 2016-01-20 17:47:03 +00:00
NightHawk32 f6a92f9b6f Merge pull request #319 from NightHawk32/development
Prevent motor test form enabling motors in 3D mode if msp 3D isn't supported
2016-01-19 14:41:09 -05:00
Dominik Derigs 327b0ecb28 Again, minor change 2016-01-18 08:52:42 +01:00
Dominik Derigs f60f599fb9 Further simplification of the new code 2016-01-18 08:45:19 +01:00
Dominik Derigs ed735556df Fixed variable rms being at the wrong place (doesn't affect functionality) 2016-01-17 23:36:01 +01:00
Dominik Derigs 9b5fdb6aba Minor change 2016-01-17 22:56:03 +01:00
Dominik Derigs a3c39289bd Added RMS display in Motors tab 2016-01-17 22:54:10 +01:00
Dominic Clifton 2581abb662 Merge pull request #315 from blckmn/development
Added name mapping for UARTs 5 and 6 (appearing on STM32F4 based boards).
2016-01-16 17:37:51 +01:00
NightHawk32 da4f916f10 no modifications to motor values in 3d mode if msp 3d isn't supported 2016-01-12 17:18:34 -05:00
Dominic Clifton 3874c82319 Prevent users for creating mode ranges and adjustment activation ranges
that are too small.
2016-01-12 20:19:23 +01:00
Dominic Clifton 0d3fbbddac Fix for https://github.com/cleanflight/cleanflight/issues/1551 2016-01-12 11:24:53 +01:00
tricopterY eeccdd456b Limitting 3D-Neutral and 3D-Deadband Low/High
Limitting 3D Neutral value to 1475 - 1525 and 3D Deadband values relative to Neutral
2016-01-11 13:12:06 +11:00
tricopterY d22271ce61 Sanity Check 3D-Neutral limits 2016-01-10 13:25:03 +11:00
tricopterY 48a5953db1 Limitting 3D Neutral value to 1475 - 1525 2016-01-10 11:40:11 +11:00
tricopterY 17d4a0153b Update motors.html 2016-01-10 10:46:52 +11:00
tricopterY b8acb13e5d Motors test mode switch and dynamically enabling/disabling Switchery Sliders
see: #297 and #233
2016-01-10 09:48:41 +11:00
Dominic Clifton 7b5d074747 Adding support for enabling/disabling transponder feature. 2016-01-07 21:02:58 +01:00
Dominic Clifton 4ccd0bed3e Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	main.css
	tabs/dataflash.css
	tabs/dataflash.html
2016-01-07 20:58:29 +01:00
skaman82 3b38ab02a9 i18n_title adjustments for receiver tab 2016-01-07 03:44:57 +01:00
skaman82 b6a55f247a Shortening labels for sensor alignment 2016-01-07 03:18:05 +01:00
Dominic Clifton 3993af0d8c Convert a few more tooltips to use i18n_title. 2016-01-07 00:40:34 +01:00
Dominic Clifton 25e97902c4 Merge branch 'tooltip_i18n_title_review' of https://github.com/tricopterY/cleanflight-configurator into tricopterY-tooltip_i18n_title_review 2016-01-07 00:36:47 +01:00
Dominic Clifton 14135cb64e Cleanup board/sensor alignment UI. 2016-01-07 00:31:34 +01:00
skaman82 da4e33e428 Removing inline CSS 2016-01-03 16:22:52 +01:00
skaman82 3189feb194 removing inline css from PID Tab 2016-01-03 16:05:26 +01:00
skaman82 b3f18fe992 Further CSS cleanup 2016-01-03 15:42:21 +01:00
blckmn 87fe426130 Added name mapping for UARTs 5 and 6 (appearing on STM32F4 based boards). 2016-01-03 17:59:28 +11:00
skaman82 f0de4141c8 more css cleanup 2016-01-02 23:55:47 +01:00
skaman82 bd7a2fc768 better contrast for some fonts 2015-12-28 22:06:28 +01:00
skaman82 6014b1063d Merge remote-tracking branch 'origin/NewPIDFunctions' into NewPIDFunctions 2015-12-28 01:10:15 +01:00
NightHawk32 c58829ba14 some renaming to RC_DEADBAND in the receiver tab 2015-12-27 18:56:00 -05:00
skaman82 d7482348e8 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-28 00:30:13 +01:00
Michael Corcoran 4b5a398e0a CLI: Fix undefined tab_switch_in_progress error 2015-12-24 00:26:51 +13:00
skaman82 24a82dac93 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-18 17:59:38 +01:00
Dominic Clifton 779af35d33 Fix error on servos page when servos not supported by the target. 2015-12-18 14:48:08 +01:00
Dominic Clifton e2d9089780 Merge branch 'development' into thenickdude-private-development 2015-12-18 13:53:37 +01:00
Dominic Clifton 78d7afc029 Fix switching to setup tab for non-VCP targets when clicking another tab
when in the CLI.
2015-12-18 13:53:21 +01:00
skaman82 a381b963a3 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-18 07:35:24 +01:00
tricopterY c46fc423a7 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 17:13:11 +11:00
tricopterY 3fcc7d5dae jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 14:35:09 +11:00
tricopterY a284163229 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 14:29:09 +11:00
tricopterY 3228625de1 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 13:43:05 +11:00
Dominic Clifton 8093bc1f32 Merge branch 'development' into thenickdude-private-development 2015-12-18 02:11:53 +01:00
Dominic Clifton 4539404a98 Merge branch 'failsafe_tab_style_to_css' of https://github.com/ProDrone/cleanflight-configurator into ProDrone-failsafe_tab_style_to_css 2015-12-18 02:05:53 +01:00
Dominic Clifton 251712c85d Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/msp.js
2015-12-18 01:56:57 +01:00
Dominic Clifton 6289328f18 Merge pull request #302 from qfather/development
Fix sponsor URL on welcome tab.
2015-12-18 01:55:36 +01:00
skaman82 ba18e4eee1 Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	js/backup_restore.js
#	js/msp.js
2015-12-17 23:46:09 +01:00
skaman82 3318ad1555 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-17 11:41:20 +01:00
ProDrone 1a0c6735a9 RXFAIL send method that allows more future RX channels
- Fixed the bug found by Nighthawk32
- Correction for camelCase
- Some bugfixes
2015-12-17 11:33:39 +01:00
Dominic Clifton 31fa4bfaa2 Change VCP reconnect delay to 2.5 seconds. 2 seconds was not long
enough.
2015-12-17 09:52:10 +01:00
qfather a420998799 Fix sponsor URL on welcome tab. 2015-12-16 23:47:38 +00:00
Albert Kravcov 129635bc8b Merge pull request #75 from NightHawk32/NewPIDFunctions
Fixed JS bug where variable for sensor alginment gets undefined and i…
2015-12-16 22:07:20 +01:00
NightHawk32 0fa241b462 Fixed JS bug where variable for sensor alginment gets undefined and improved backwards compatibility 2015-12-16 15:41:52 -05:00
skaman82 0b3f1a48fb Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-16 20:53:37 +01:00
ProDrone 849654a0ff Failsafe TAB - moved styling from HTML to CSS 2015-12-16 15:43:51 +01:00
Dominic Clifton f0144b3d99 Fix initialisation of allowTestMode. Without this if you connected to a
board that had 3D API support and then connected to another board
without the 3D API support the test mode would be incorrectly enabled.
2015-12-16 14:46:07 +01:00
skaman82 843e42e826 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-16 13:59:29 +01:00
Dominic Clifton 7618363449 Improve CLI mode entry/exit detection. Fixes #285.
Disconnects and reconnects for VCP boards.  After manually saving or
exiting on non VCP boards the setup tab will be shown.

See
https://github.com/cleanflight/cleanflight-configurator/issues/285#issuecomment-165096715
2015-12-16 13:55:35 +01:00
skaman82 61ef07a46f sync 2015-12-16 12:59:30 +01:00
Dominic Clifton 18fd5d01ec Disable use of switchery on motors tab for motor control checkbox.
Switchery sliders do not respect the 'disabled' property.
2015-12-16 12:12:02 +01:00
Dominic Clifton cccb0423b5 Merge branch 'development' into thenickdude-private-development 2015-12-16 11:04:43 +01:00
Dominic Clifton af2089e38c fix API version check when loading 3D settings on configuration tab. 2015-12-16 11:03:33 +01:00
skaman82 d214b30d2e Correcting Labels 2015-12-15 22:37:40 +01:00
tricopterY 84ef7f23d7 Minor typo fixes and cleanup 2015-12-16 07:16:25 +11:00
skaman82 6799fca20b Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	tabs/configuration.html
#	tabs/receiver.css
2015-12-15 19:07:16 +01:00
Dominic Clifton 55a2677a2b Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	js/gui.js
	js/msp.js
	main.html
	tabs/dataflash.css
	tabs/dataflash.js
2015-12-15 12:35:52 +01:00
Dominic Clifton 587a1025d9 Add anonymous tracking of used features and serial rx provider so we can
better understand what features to focus on.
2015-12-15 11:56:10 +01:00
NightHawk32 c1a7452b27 Merge remote-tracking branch 'upstream/NewPIDFunctions' into NewPIDFunctions
Conflicts:
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
2015-12-15 01:27:55 -05:00
skaman82 d4969d73a1 resolving conflicts 2015-12-15 01:59:58 +01:00
skaman82 2d6feb0e6a Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	_locales/en/messages.json
#	js/backup_restore.js
#	js/data_storage.js
#	js/msp.js
#	tabs/configuration.html
2015-12-15 01:43:24 +01:00
Dominic Clifton be58e56b20 Merge branch 'skaman82-new_stuff' into development 2015-12-15 00:53:58 +01:00
Dominic Clifton e7ef71c244 Add Serial RX IBUS Support. 2015-12-15 00:53:01 +01:00
Dominic Clifton bd98aca67f Merge branch 'new_stuff' of
https://github.com/skaman82/cleanflight-configurator into
skaman82-new_stuff

Fix up messages.json formatting.

Conflicts:
	_locales/en/messages.json
2015-12-15 00:51:42 +01:00
Dominic Clifton b38f7139eb Merge pull request #292 from MauroMombelli/patch-3
Fix servo range
2015-12-15 00:17:56 +01:00
NightHawk32 067999c5e8 added MSP support for sensor orientation, some fixes for 3D backup and restore 2015-12-14 18:06:25 -05:00
Dominic Clifton 4deec20727 Cleanup and highlight recovery process to cut down on support emails. 2015-12-14 23:59:40 +01:00
Dominic Clifton c6dc8146b0 Merge branch 'failsafe_tab_pull_request' of https://github.com/ProDrone/cleanflight-configurator into ProDrone-failsafe_tab_pull_request 2015-12-14 22:12:17 +01:00
Dominic Clifton a091d8c2ad Add support for LTM telemetry in Cleanflight v1.12.0 / MSP API 1.15 2015-12-14 21:28:22 +01:00
Mauro Mombelli a0522d0f22 Fix servo range
angleAtMin is always positive, so we have to manage its inverted-user friendly rappresentation
2015-12-14 14:23:54 +01:00
skaman82 c498e7de34 Added support for failsafe TAB
Made in cooperation with skaman82.

Summary of modifications:
- Extended data storage to hold data for new/changed MSP messages.
- Added support for added/changed MSP messages.
- Added assigned mode(s) to AUX labels.
- Tooltip changes.
- Included style modifications to configuration tab from Skaman82.
- Moved all texts from failsafe tab .html to `messages.json`.
- Removed failsafe settings from configuration tab (now obsolete).
- Added failsafe-tab variables to Backup & Restore.
- Reorganized stage 2 elements, cleanup and corrections.
2015-12-13 17:50:26 +01:00
NightHawk32 19e6f9026b PID controllers can now be reset to defaults 2015-12-12 18:42:49 -05:00
skaman82 c738e23a85 Removing new Filters Box from PID Tab 2015-12-12 23:46:51 +01:00
skaman82 136d2edd44 New tooltip in config tab 2015-12-10 12:54:03 +01:00
skaman82 ddecea7a37 adding tooltips to receiver tab 2015-12-10 12:34:04 +01:00
skaman82 4658538c11 placing text in the language file 2015-12-10 01:26:05 +01:00
NightHawk32 1df0a14877 MSP communication for deadband and yaw_deadband 2015-12-09 18:56:42 -05:00
skaman82 cf0887119b replacing deadband inputs 2015-12-09 23:39:15 +01:00
skaman82 1dd20cc723 Ports Tab cleanup 2015-12-08 16:00:20 +01:00
skaman82 c2faf1b0e9 styling cleanup 2015-12-08 15:57:04 +01:00
skaman82 0aa7a4a22d Merge branch 'new_stuff' into NewPIDFunctions
# Conflicts:
#	tabs/pid_tuning.html
#	tabs/receiver.css
2015-12-08 15:39:15 +01:00
skaman82 4de47c690c addin sensor alignment inputs in config tab 2015-12-08 15:33:17 +01:00
skaman82 02f1ddfb10 small margin change 2015-12-08 15:01:44 +01:00
skaman82 1e6d22b5f1 note styling correction 2015-12-08 14:53:53 +01:00
skaman82 844b57c7a6 small css change 2015-12-08 14:44:34 +01:00
skaman82 cbfbd85c2f adding note 2015-12-08 14:36:34 +01:00
skaman82 c656e3b812 reverting redesign of RATES and TPA boxes 2015-12-08 14:13:47 +01:00
skaman82 bd8f9082bb Reworking PID Tab 2015-12-08 13:52:18 +01:00
skaman82 3c7dae8cc3 preparing tooltip text 2015-12-08 12:36:00 +01:00
skaman82 bc2174e4b7 updating labels 2015-12-08 12:33:18 +01:00
skaman82 69fe82494d updating labels 2015-12-08 12:24:46 +01:00
skaman82 390439b9eb adding placeholders 2015-12-08 12:20:04 +01:00
skaman82 676e00f55c adding new fields 2015-12-08 11:42:34 +01:00
skaman82 2279edd5ba Including changes from NightHawk32 2015-12-07 02:51:06 +01:00
Nicholas Sherlock 4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 2015-12-04 15:49:51 +13:00
skaman82 db1627c29c Placing text in the language file 2015-12-02 23:45:31 +01:00
skaman82 0e0ebabc69 storing alternative code 2015-12-02 22:30:09 +01:00
Albert Kravcov 377340818c Merge pull request #56 from NightHawk32/gps
GPS map now only shows when a 3D fix is established
2015-12-02 22:26:31 +01:00
NightHawk32 6e222ca73e GPS map now only shows when a 3D fix is established 2015-12-02 16:14:20 -05:00
Albert Kravcov fdf84eb984 Merge pull request #55 from NightHawk32/gps
Fixes for the marker and center of the map
2015-12-02 21:55:00 +01:00
NightHawk32 6ae1cfd915 hide map, on init until GPS coords are valid 2015-12-02 15:44:17 -05:00
NightHawk32 e6e70c5b5f GPS map checks for online status of the device,
BUGFIX: place marker on GPS position and center map
2015-12-02 15:38:39 -05:00
skaman82 3eb596c499 GPS Tab: CSS adjustments for collapsed view 2015-12-02 02:12:50 +01:00
NightHawk32 e0baea68b7 Merge remote-tracking branch 'upstream/new_stuff' into gps 2015-12-01 17:25:12 -05:00
NightHawk32 f596abee0f Map now shows up on satfix and updates the position of the marker 2015-12-01 16:00:37 -05:00
NightHawk32 938d8b522c Added zoom function for GPS map 2015-11-30 17:41:24 -05:00
skaman82 16442c40a4 Merge branch 'cleanflight/development' into new_stuff 2015-11-28 22:12:31 +01:00
Dominic Clifton 85e4290d5a Removing an unneeded console.log call 2015-11-28 15:22:42 +00:00
Dominic Clifton 5907b4c019 Merge pull request #278 from wanderzell/development
Fix for issue #274 (checkboxes on firmware flasher)
2015-11-28 11:37:19 +00:00
Dominic Clifton c08a9bb874 Merge pull request #280 from alenl2/development
rssi_channel range is from 1-12 in firmware
2015-11-28 11:35:12 +00:00
Dominic Clifton b27b65a897 Update sponsors panel. 2015-11-28 11:32:41 +00:00
NightHawk32 a1f8223880 Added zoom controls inside map for GPS 2015-11-25 17:51:03 -05:00
NightHawk32 b5d0fd6290 GPS marker resized 2015-11-25 17:45:52 -05:00
skaman82 593cfb7b54 small CSS adjustments 2015-11-25 03:36:09 +01:00
skaman82 2d01afd941 Some further work on the map in GPS Tab 2015-11-25 02:53:05 +01:00
skaman82 4a744a122d Further GPS Tab styling 2015-11-24 23:07:34 +01:00
skaman82 210b47967b Removing profile selector from PID tab 2015-11-24 20:23:07 +01:00
Albert Kravcov 6ef6f7f57e Merge pull request #49 from NightHawk32/new_stuff
Renamed global profile selector to avoid collisions with #pid-tuning
2015-11-24 09:36:49 +01:00
NightHawk32 0aefcd5959 Renamed global profile selector to avoid collisions with #pid-tuning 2015-11-23 17:00:05 -05:00
Albert Kravcov a0fa40d3e8 Merge pull request #47 from NightHawk32/new_stuff
Profile selector should now work
2015-11-22 22:17:21 +01:00
NightHawk32 7531ce69fe Profile is now changable globally. 2015-11-22 16:00:01 -05:00
skaman82 f8f02c7de6 better styling for documentation tab 2015-11-21 17:25:49 +01:00