Commit Graph

75 Commits (040e09088f4cee0b9d252cf67f647d5782df86f9)

Author SHA1 Message Date
U-DESKTOP-12PPI61\boris.bozic 4f76835ce2 Implement version checking part 3 2016-06-25 01:27:32 +02:00
skaman82 61297fbe1c fixing config tab layout 2016-06-20 23:17:43 +02: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
nathan f28a2b4ad4 update all the links 2016-06-15 22:51:53 -07: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
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
dan557 fc181d6a49 Add Battery and Current Readouts 2016-01-20 17:47:03 +00: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 48a5953db1 Limitting 3D Neutral value to 1475 - 1525 2016-01-10 11:40:11 +11:00
Dominic Clifton 3993af0d8c Convert a few more tooltips to use i18n_title. 2016-01-07 00:40:34 +01:00
Dominic Clifton 14135cb64e Cleanup board/sensor alignment UI. 2016-01-07 00:31:34 +01:00
skaman82 d214b30d2e Correcting Labels 2015-12-15 22:37:40 +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 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
NightHawk32 067999c5e8 added MSP support for sensor orientation, some fixes for 3D backup and restore 2015-12-14 18:06:25 -05: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
skaman82 136d2edd44 New tooltip in config tab 2015-12-10 12:54:03 +01:00
skaman82 4de47c690c addin sensor alignment inputs in config tab 2015-12-08 15:33:17 +01:00
Dominic Clifton e801cd260a Merge branch 'master' of https://github.com/NightHawk32/cleanflight-configurator into NightHawk32-master 2015-11-16 21:44:11 +00:00
NightHawk32 904a55c930 Adding fixes for 3D to the newest version
Merge remote-tracking branch 'upstream/master'

Conflicts:
	tabs/configuration.html
2015-11-12 17:34:21 -05:00
NightHawk32 31cd2de3d3 Added 3D configuration parameters so they don't have to be changed in the CLI 2015-11-11 16:05:24 -05:00
skaman82 e429cf623d placing tooltip content into the json file 2015-11-11 11:54:56 +01:00
Dominic Clifton f869dd94e7 Reformat HTML files. Default Eclipse 4.4 settings. Line Length: 120.
Spaces Not Tabs. Indentation: 4.
2015-11-10 01:21:47 +00:00
Dominic Clifton 8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
Kristjan Vaga c5372db830 Merging sticky toolbars with the tab layout changes.
Conflicts:
	main.css
	tabs/adjustments.css
	tabs/adjustments.html
	tabs/auxiliary.html
	tabs/configuration.css
	tabs/configuration.html
	tabs/dataflash.css
	tabs/dataflash.html
	tabs/gps.html
	tabs/help.html
	tabs/landing.html
	tabs/led_strip.html
	tabs/logging.css
	tabs/logging.html
	tabs/motors.html
	tabs/pid_tuning.css
	tabs/pid_tuning.html
	tabs/ports.css
	tabs/ports.html
	tabs/receiver.html
	tabs/sensors.html
	tabs/servos.css
	tabs/servos.html
	tabs/setup.css
	tabs/setup.html
2015-11-06 01:24:12 +02:00
Kristjan Vaga 86c9733e52 Initial HTML updates and CSS for bottom toolbar. 2015-11-05 17:47:11 +02:00
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“
2015-11-05 16:37:15 +01:00
skaman82 8f4cf34a70 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
Conflicts:
	_locales/en/messages.json
	changelog.html
	tabs/configuration.css
	tabs/configuration.html
	tabs/landing.js
	tabs/ports.css
	tabs/ports.html
	tabs/setup.css
	tabs/setup.html
2015-11-02 22:44:36 +01:00
skaman82 06f643812d sync 2015-11-02 22:07:37 +01:00
skaman82 f7a7961402 including changes from wanderzell #21 2015-11-02 14:37:38 +01:00
skaman82 77effe1963 Fixing some things in the configurator tab
and some media-query updates
2015-11-01 22:17:19 +01:00
skaman82 0fe989c2b3 Cleaning up the HTML structure of all files I’ve touched so far 2015-11-01 14:12:31 +01:00
skaman82 a618839f50 Some updates 2015-10-30 17:41:39 +01:00
skaman82 69f42d8eea Some fine-tuning 2015-10-30 13:47:43 +01:00
skaman82 54d7c24e82 First rework of Configuration Tab
… also minor fixes to switchery buttons
2015-10-30 09:46:53 +01:00
skaman82 770cae9ee4 Some finetuning 2015-10-28 17:39:33 +01:00
skaman82 4d6fae7fb1 CSS fixes 2015-10-28 13:15:59 +01:00
skaman82 28c51e2e6e css rework 2015-10-28 11:30:24 +01:00
skaman82 87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00
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
2015-10-23 14:41:08 +02:00
Dominic Clifton fb46711659 Cleanup looptime configuration. 2015-07-13 19:07:39 +01:00
Dominic Clifton be93f37416 Merge branch 'looptime' of https://github.com/tricopterY/cleanflight-configurator into tricopterY-looptime 2015-07-13 18:18:18 +01:00
Dominic Clifton c0138f5f82 Sprinkle some help for common causes of error to reduce burned on
developers and community.
2015-07-12 21:35:25 +01:00
tricopterY 17d525352f Allow FC loop time change via Configuration Tab 2015-05-26 16:28:58 +10:00
tricopterY 29448db17c Added auto_disarm_delay and disarm_kill_switch 2015-03-14 10:54:50 +11:00
Dominic Clifton cfe6949c84 Allow same rnage of values for board alignment as cli (-180 - 360) 2015-02-02 00:08:09 +00:00
Dominic Clifton 9d01ac417c Update maximum battery voltage scale. Fixes #4. 2015-01-29 19:08:35 +01:00