Commit Graph

96 Commits (1b4c729e46d58a178a46e43b5ab703dcad3df849)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) 1b4c729e46 cleaning 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) 684d8c90d2 Updated sensor detection for AUTOdetection mode 8 years ago
Pawel Spychalski (DzikuVx) b051cb5f0c GUI for SENSOR_CONFIG 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
skaman82 c631b33fda Config Tab cleanup 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) 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
Paweł Spychalski 6e429d918c Merge pull request #56 from iNavFlight/pwm-output-enable
Feature PWM_OUTPUT_ENABLE
8 years ago
Pawel Spychalski (DzikuVx) d67bb1a0d0 servo refresh rate 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) ec98fc5d80 UI for selecting motor protocol and rate 8 years ago
Pawel Spychalski (DzikuVx) ce458d299d inavification 8 years ago
Martin Budden 9f49d59f5f Added NRF24 setting to configuration tab 8 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
dan557 fc181d6a49 Add Battery and Current Readouts 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 48a5953db1 Limitting 3D Neutral value to 1475 - 1525 9 years ago
Dominic Clifton 3993af0d8c Convert a few more tooltips to use i18n_title. 9 years ago
Dominic Clifton 14135cb64e Cleanup board/sensor alignment UI. 9 years ago
skaman82 d214b30d2e Correcting Labels 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
skaman82 d4969d73a1 resolving conflicts 9 years ago
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
9 years ago
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
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
skaman82 136d2edd44 New tooltip in config tab 9 years ago
skaman82 4de47c690c addin sensor alignment inputs in config 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
NightHawk32 31cd2de3d3 Added 3D configuration parameters so they don't have to be changed in the CLI 9 years ago
skaman82 e429cf623d placing tooltip content into the json file 9 years ago
Dominic Clifton f869dd94e7 Reformat HTML files. Default Eclipse 4.4 settings. Line Length: 120.
Spaces Not Tabs. Indentation: 4.
9 years ago
Dominic Clifton 8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
9 years ago
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
9 years ago
Kristjan Vaga 86c9733e52 Initial HTML updates and CSS for bottom toolbar. 9 years ago