Commit Graph

231 Commits (ce7f572ed3e5494af12bff805057cfc7be9b2159)

Author SHA1 Message Date
Dominic Clifton b913ae57bd Merge pull request #376 from digitalentity/mavlink-telem
Support for MAVLink telemetry
2016-05-12 14:08:46 +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
Dominic Clifton 103cc3195c Update links and recovery procedure. 2016-02-22 19:12:34 +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 ed9927a4e5 Merge branch 'page-size' of https://github.com/tracernz/cleanflight-configurator into tracernz-page-size 2016-01-30 12:18:30 +01:00
Michael Corcoran 9fbb6337b6 DFU: Support STM32F4 2016-01-28 22:48:44 +13:00
Michael Corcoran b46a5e8053 USB-DFU: Detect flash page size from USB descriptor 2016-01-25 19:27:26 +13: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 59729712e9 Add Configuration Battery Current 2016-01-20 17:42:51 +00: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 b6a55f247a Shortening labels for sensor alignment 2016-01-07 03:18:05 +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 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
tricopterY 50f1269e0b jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 21:36:31 +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 251712c85d Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/msp.js
2015-12-18 01:56:57 +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 cccb0423b5 Merge branch 'development' into thenickdude-private-development 2015-12-16 11:04:43 +01:00
tricopterY 84ef7f23d7 Minor typo fixes and cleanup 2015-12-16 07:16:25 +11: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
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
Dominic Clifton 4deec20727 Cleanup and highlight recovery process to cut down on support emails. 2015-12-14 23:59:40 +01:00
Dominic Clifton c095a55b0e Remove OPBL message now that cleanflight releases no-longer include OPBL
compatible binaries.
2015-12-14 23:00:35 +01:00
Dominic Clifton 84b2c415c2 Fix a couple of typos. 2015-12-14 22:57:35 +01:00
Dominic Clifton ae67707e0d Updating failsafe version message. 2015-12-14 22:56:41 +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
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 4b966dca4b come corrections 2015-12-10 12:43:01 +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
skaman82 4de47c690c addin sensor alignment inputs in config tab 2015-12-08 15:33:17 +01:00
skaman82 a2bdf9f7e2 Correcting the setting names 2015-12-08 10:06:05 +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 f8f02c7de6 better styling for documentation tab 2015-11-21 17:25:49 +01:00
skaman82 1eaf63145d fixing typo 2015-11-18 14:11:07 +01:00
Dominic Clifton b0d0f40c41 Adding labels for AUX 9-16 2015-11-17 00:50:57 +00: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
Dominic Clifton 57baf8707c Update some i18n labels to use the correct casing (camelCase) and the
correct prefix "pidTuning".  The prefixes generally seems to match the
tab source files.
2015-11-16 21:38:59 +00:00
Albert Kravcov d9f65d50d3 PID Tab: moving english text into json file 2015-11-16 21:28:48 +00:00
skaman82 d66430eb66 reformatting the note in cli tab to mach the others 2015-11-13 11:45:41 +01:00