Commit Graph

88 Commits (17d4a0153b3c35363eaa3c313c15dae16ad1f226)

Author SHA1 Message Date
Dominic Clifton 14135cb64e Cleanup board/sensor alignment UI. 9 years ago
skaman82 3318ad1555 Merge branch 'cleanflight/development' into NewPIDFunctions 9 years ago
Dominic Clifton 31fa4bfaa2 Change VCP reconnect delay to 2.5 seconds. 2 seconds was not long
enough.
9 years ago
NightHawk32 0fa241b462 Fixed JS bug where variable for sensor alginment gets undefined and improved backwards compatibility 9 years ago
Dominic Clifton af2089e38c fix API version check when loading 3D settings on configuration tab. 9 years ago
skaman82 d214b30d2e Correcting Labels 9 years ago
skaman82 6799fca20b Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	tabs/configuration.html
#	tabs/receiver.css
9 years ago
Dominic Clifton 587a1025d9 Add anonymous tracking of used features and serial rx provider so we can
better understand what features to focus on.
9 years ago
NightHawk32 c1a7452b27 Merge remote-tracking branch 'upstream/NewPIDFunctions' into NewPIDFunctions
Conflicts:
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
9 years ago
Dominic Clifton e7ef71c244 Add Serial RX IBUS Support. 9 years ago
NightHawk32 067999c5e8 added MSP support for sensor orientation, some fixes for 3D backup and restore 9 years ago
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.
9 years ago
Dominic Clifton ec57aa9d1a Fix 3D support.
Add missing backup and restore functionalty
Add missing configuration migration logic
Add missing visibility toggling of 3D section when API version <
`1.14.0`
Add missing logic for issuing the correct sequence of MSP commands
issues when API version < `1.14.0` when viewing the configuration tab.
9 years ago
Dominic Clifton e801cd260a Merge branch 'master' of https://github.com/NightHawk32/cleanflight-configurator into NightHawk32-master 9 years ago
NightHawk32 904a55c930 Adding fixes for 3D to the newest version
Merge remote-tracking branch 'upstream/master'

Conflicts:
	tabs/configuration.html
9 years ago
skaman82 0880343488 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	main.js
#	tabs/landing.js
9 years ago
NightHawk32 31cd2de3d3 Added 3D configuration parameters so they don't have to be changed in the CLI 9 years ago
Dominic Clifton d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
9 years ago
skaman82 e429cf623d placing tooltip content into the json file 9 years ago
Dominic Clifton 52fd9642bd Fixed failed merge of VCP reboot handling. 9 years ago
Dominic Clifton 8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
9 years ago
skaman82 1816979cc4 More Work done:
• Tooltip integration
• Sensor Tab: rework
• Help & Documentation Tab: basic styling
• Logging Tab: basic styling
• PID Tab: some fixes
• Added the word „configurator (+ version)“ under the logo
• Removed not yet used „help icons“
9 years ago
skaman82 8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 9 years ago
skaman82 77effe1963 Fixing some things in the configurator tab
and some media-query updates
9 years ago
Dominic Clifton 716457b0ed Merge branch 'development' 9 years ago
skaman82 a618839f50 Some updates 9 years ago
skaman82 54d7c24e82 First rework of Configuration Tab
… also minor fixes to switchery buttons
9 years ago
skaman82 87e9bfd3d9 ...restoring some files 9 years ago
skaman82 3a9c7f3794 Merge remote-tracking branch 'origin/baseflight-configurator-development' into GUI-rework
Conflicts:
	README.md
	js/libraries/d3.min.js
	js/msp.js
	main.html
9 years ago
Larry (TBS) e4f47f8153 - Target-unspecific VCP bugfix 9 years ago
Larry (TBS) 14c4fe1739 - take off reconnect for PR 9 years ago
Larry (TBS) d22f3faf1d * Add Colibri Race Support 9 years ago
Dominic Clifton fb46711659 Cleanup looptime configuration. 9 years ago
Dominic Clifton be93f37416 Merge branch 'looptime' of https://github.com/tricopterY/cleanflight-configurator into tricopterY-looptime 9 years ago
Dominic Clifton d8c41fb3c7 Show channel forwarding feature if available. 9 years ago
tricopterY 17d525352f Allow FC loop time change via Configuration Tab 9 years ago
Dominic Clifton 244685c9a6 Update version checking code to use semantic versioning - see
http://semver.org/

semver.js creating using browserify.

https://www.brcdn.org/?module=semver&version=4.3.4
10 years ago
tricopterY c33cf6af2b Bug fix configurator.js 10 years ago
Dominic Clifton 91161ebf94 Fix feature masks that were broken by
69c18377cf
10 years ago
Dominic Clifton 045d2b0ca4 Use updated IDs for MSP_LOOP_TIME and MSP_SET_LOOP_TIME. Cleanup and
fix backup/restore arming config.  Backup restore/looptime.  Add config
migration of looptime and arming config.  Rename MSP_RCMAP to
MSP_RX_MAP to match cleanflight code.
10 years ago
tricopterY a64b166e69 API check when saving, configuration.js 10 years ago
tricopterY 91605b16f7 Reworked configuration.jsp MSP_ARMING_CONFIG, MSP_SET_ARMING_CONFIG 10 years ago
tricopterY 87cf0d27b1 Reworked configuration.jsp MSP_ARM_CONFIG 10 years ago
tricopterY 911c09076b Hiding div.disarm element when, not applicable.
CONFIG.apiVersion dependent
10 years ago
tricopterY 69c18377cf Update configuration.js 10 years ago
tricopterY 590f326e69 Added auto_disarm_delay and disarm_kill_switch 10 years ago
Dominic Clifton c423aaf44d work-in-progress changes to go with the corresponding serial-cleanup
firmware branch.
10 years ago
Stefan Grufman 9193b77119 Added new XBUS_MODE_B_RJ01 (for Align DMSS RJ01 receiver) to Configuration tab. Also increased width of listbox to show full name. 10 years ago
Nicholas Sherlock 38e9db1aca Add BLACKBOX feature tickbox and Blackbox port scenarios 10 years ago
Dominic Clifton 26d6c1a562 Allow baud rate configuration on the Configuration tab. 10 years ago