Commit Graph

693 Commits (f5cbea905ae8e63fc619b49cd367678c7c38e7af)

Author SHA1 Message Date
Dominic Clifton f5cbea905a Merge pull request #307 from tracernz/unbreak
Serial: Attempt recovery of break condition
9 years ago
Dominic Clifton 0d3fbbddac Fix for https://github.com/cleanflight/cleanflight/issues/1551 9 years ago
Dominic Clifton 66034a1831 Update servo angles to match
https://github.com/cleanflight/cleanflight/pull/1573
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
NightHawk32 c58829ba14 some renaming to RC_DEADBAND in the receiver tab 9 years ago
NightHawk32 d70a3f6e69 correcting Typo ;) RC_DEADBAND 9 years ago
NightHawk32 952afb1e46 renaming RC_CONTROLS to RC_READBAND 9 years ago
NightHawk32 1aeb244a91 Merge remote-tracking branch 'upstream/NewPIDFunctions' into NewPIDFunctions 9 years ago
NightHawk32 a13db678a9 adapting RC_CONTROLS to Dominic's changes 9 years ago
NightHawk32 f1a29d29e6 added save message for RC_CONTROLS 9 years ago
Michael Corcoran 7e736242d7 Serial: Attempt recovery of break condition 9 years ago
skaman82 adfb93085c replacing RC_CONTROLS with RC_DEADBAND 9 years ago
tricopterY 3228625de1 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 9 years ago
skaman82 47bf426c29 fix 9 years ago
skaman82 f07cea070e error fix 9 years ago
skaman82 ba18e4eee1 Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	js/backup_restore.js
#	js/msp.js
9 years ago
skaman82 2641770300 fixed indention 9 years ago
ProDrone 1a0c6735a9 RXFAIL send method that allows more future RX channels
- Fixed the bug found by Nighthawk32
- Correction for camelCase
- Some bugfixes
9 years ago
skaman82 70b35f22c9 msp corrections 9 years ago
Albert Kravcov 5160855b93 Merge pull request #76 from NightHawk32/NewPIDFunctions
Hint by ProDrone: fixing double-save on backup restore
9 years ago
skaman82 c58335bd5b msp.js change (thanks ProDrone) 9 years ago
NightHawk32 dc8f06fcc9 Hint by ProDrone: fixing double-save on backup restore 9 years ago
skaman82 0b3f1a48fb Merge branch 'cleanflight/development' into NewPIDFunctions 9 years ago
Dominic Clifton b4730034c8 Disconnect on F1 boards when 'break' is received if connected. This
happens when the device reboots due to incorrect hardware
initialisation.  This prevents the GUI saying 'waiting for data'.

See https://github.com/cleanflight/cleanflight/pull/1436

Since the problem is already fixed in firmware there's not much reason
to spent development working on additional GUI fixes.  A disconnect will
suffice.
9 years ago
skaman82 63dde67097 correction 9 years ago
NightHawk32 da1f456b87 Messed up some brackets 9 years ago
NightHawk32 a72a00a2de Fixing backwards compatibility of prodrone's failsafe tab 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
NightHawk32 19e6f9026b PID controllers can now be reset to defaults 9 years ago
NightHawk32 5ba359fe17 FIX: LED config from backup file was not saved to EEPROM after reading the file 9 years ago
NightHawk32 6d7c6a4576 FIX: RC controls is profile dependent, now this saving for every profile 9 years ago
NightHawk32 1df0a14877 MSP communication for deadband and yaw_deadband 9 years ago
skaman82 16442c40a4 Merge branch 'cleanflight/development' into new_stuff 9 years ago
Dominic Clifton 0149901597 Prepare for release. 9 years ago
Dominic Clifton 5907b4c019 Merge pull request #278 from wanderzell/development
Fix for issue #274 (checkboxes on firmware flasher)
9 years ago
NightHawk32 7ca376926a Some code styling and cleanup. 9 years ago
NightHawk32 d21b4a157f Typo in css classes, update global dataflash display on every dataflash summary respond. 9 years ago
NightHawk32 6157c875f9 Renamed global dataflash components, fixed detection for global dataflash display. 9 years ago
NightHawk32 11fcf24258 Fixed bug with profile selector: It updates now on every status request. 9 years ago
NightHawk32 3c05c218c5 Code cleanup for profile selector. 9 years ago
NightHawk32 7531ce69fe Profile is now changable globally. 9 years ago
Kristjan Vaga 168b412089 Fix for firmware flasher checkboxes not restoring saved state issue #274. 9 years ago
skaman82 644c8da1cf Merge branch 'cleanflight/development' into new_stuff 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
skaman82 13aac48a79 Merge remote-tracking branch 'cleanflight/development' into new_stuff
# Conflicts:
#	_locales/en/messages.json
#	tabs/pid_tuning.html
9 years ago