Commit Graph

249 Commits (f6471151636bd43e042d63c088485ea86c532a16)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) 22c7e0e426 limited capabilities warning 8 years ago
Pawel Spychalski (DzikuVx) ce458d299d inavification 8 years ago
Pawel Spychalski (DzikuVx) 1f0ede0120 pid tab optimizations 8 years ago
Martin Budden 9f49d59f5f Added NRF24 setting to configuration tab 8 years ago
gaelj 0e5190edd3 LED strip update 8 years ago
Konstantin Sharlaimov 1e7c0597a5 Merge pull request #30 from gaelj/fw_flash-target_firmware_select
Add target and firmware version selects to firmware flasher tab
8 years ago
gaelj aa4d548e48 Adds target and firmware version selects to firmware flasher tab
(catch-up with betaflight)
8 years ago
gaelj c40f0cf2e6 Use MSP_STATUS_EX to display CPU load in status bar, from INAV 1.2.0 8 years ago
Konstantin Sharlaimov 27331b5934 Merge pull request #19 from iNavFlight/calibration-tab-revert
calibration tab removed
8 years ago
Paweł Spychalski ad55318829 possibility to change controller in UI removed from code (#17) 8 years ago
Pawel Spychalski (DzikuVx) 3c098d4ba7 calibration tab removed 8 years ago
skaman82 595d194b8a Update Links 8 years ago
skaman82 60ef5a8cf9 Battery Status 8 years ago
skaman82 6b6fd4d35c Color scheme changes 8 years ago
Konstantin Sharlaimov (DigitalEntity) e6a86a9fec Calibration tab (empty); Add possibility to disable GPS ground assistance 9 years ago
Konstantin Sharlaimov (DigitalEntity) e366967be8 MAVLink initial support 9 years ago
Konstantin Sharlaimov (DigitalEntity) 395c413992 Prevent Configurator from being used with other firmware than INAV 9 years ago
Konstantin Sharlaimov (DigitalEntity) fa3445e9fb Failsafe RTH is now configurable via GUI 9 years ago
Konstantin Sharlaimov (DigitalEntity) 85457b98be Remove ACC_TRIM read command. Improve GPS fix handling 9 years ago
Konstantin Sharlaimov (DigitalEntity) 15dfc2ad41 Update GPS page 9 years ago
Konstantin Sharlaimov (DigitalEntity) 11b80a67ff Some rebranding 9 years ago
Dominic Clifton 103cc3195c Update links and recovery procedure. 9 years ago
Dominic Clifton ebd77db93f Merge pull request #323 from dan557/development
Add Current and Voltage readout on configuration tab
9 years ago
Dominic Clifton ed9927a4e5 Merge branch 'page-size' of https://github.com/tracernz/cleanflight-configurator into tracernz-page-size 9 years ago
Michael Corcoran 9fbb6337b6 DFU: Support STM32F4 9 years ago
Michael Corcoran b46a5e8053 USB-DFU: Detect flash page size from USB descriptor 9 years ago
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.
9 years ago
dan557 59729712e9 Add Configuration Battery Current 9 years ago
Dominic Clifton 4ccd0bed3e Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	main.css
	tabs/dataflash.css
	tabs/dataflash.html
9 years ago
skaman82 b6a55f247a Shortening labels for sensor alignment 9 years ago
Dominic Clifton 25e97902c4 Merge branch 'tooltip_i18n_title_review' of https://github.com/tricopterY/cleanflight-configurator into tricopterY-tooltip_i18n_title_review 9 years ago
Dominic Clifton 14135cb64e Cleanup board/sensor alignment UI. 9 years ago
skaman82 24a82dac93 Merge branch 'cleanflight/development' into NewPIDFunctions 9 years ago
Dominic Clifton 779af35d33 Fix error on servos page when servos not supported by the target. 9 years ago
tricopterY 50f1269e0b jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 9 years ago
tricopterY 3228625de1 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 9 years ago
Dominic Clifton 251712c85d Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/msp.js
9 years ago
skaman82 843e42e826 Merge branch 'cleanflight/development' into NewPIDFunctions 9 years ago
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
9 years ago
skaman82 61ef07a46f sync 9 years ago
Dominic Clifton cccb0423b5 Merge branch 'development' into thenickdude-private-development 9 years ago
tricopterY 84ef7f23d7 Minor typo fixes and cleanup 9 years ago
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
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
Dominic Clifton 4deec20727 Cleanup and highlight recovery process to cut down on support emails. 9 years ago
Dominic Clifton c095a55b0e Remove OPBL message now that cleanflight releases no-longer include OPBL
compatible binaries.
9 years ago
Dominic Clifton 84b2c415c2 Fix a couple of typos. 9 years ago
Dominic Clifton ae67707e0d Updating failsafe version message. 9 years ago
Dominic Clifton c6dc8146b0 Merge branch 'failsafe_tab_pull_request' of https://github.com/ProDrone/cleanflight-configurator into ProDrone-failsafe_tab_pull_request 9 years ago