- 05 May, 2015 2 commits
-
-
Steveis authored
-
Dominic Clifton authored
corrected typo
-
- 04 May, 2015 8 commits
-
-
Dominic Clifton authored
Thanks @tricopterY
-
Steveis authored
-
Dominic Clifton authored
Fix explanation of mincommand parameter (it doesn't relate to the Rx)
-
Dominic Clifton authored
Allow yaw at low throttle for airplane mixes
-
Dominic Clifton authored
Add 'play_sound' CLI command
-
Dominic Clifton authored
Just a micro correction
-
Dominic Clifton authored
Yaw_fix default values
-
tricopterY authored
-
- 01 May, 2015 4 commits
-
-
borisbstyle authored
-
borisbstyle authored
Make it possible to still be able to disable the jump protection at all by configuring the highest configurable value.
-
borisbstyle authored
Corrections to accidantally deleted blackbox_rate_denom values
-
BorisB authored
Pull request #802 has by default disabled yaw jump. That is fine on the most of the configurations, but one of my multirotors had an angled motor due to crash and this was causing weird behaviour. It is also possible to configure very low values, which can even cause a craft to not be able to stop after yaw and I am talking about the values below 100 like 1. Anyway this fix provides only valid configurable values what can't cause any danger. Also default parameter is not unlimited anymore and is configured to 200, which is a safe value to anybody who does the upgrade. cli.md is also edited
-
- 30 Apr, 2015 2 commits
-
-
Pierre-A authored
-
Nicholas Sherlock authored
-
- 29 Apr, 2015 1 commit
-
-
Nicholas Sherlock authored
Fixes #824
-
- 27 Apr, 2015 1 commit
-
-
E Thomas authored
Added 'play_sound' CLI command; improved ACC_CALIBRATION_FAIL sound (to make it less like ACC_CALIBRATION sound).
-
- 26 Apr, 2015 3 commits
-
-
Dominic Clifton authored
-
Dominic Clifton authored
This fix is for avoiding yaw overshoot and bounce back for some configurations
-
Dominic Clifton authored
MSP_RX_CONFIG.
-
- 25 Apr, 2015 6 commits
-
-
Dominic Clifton authored
Fixed broken link to banggood
-
Dominic Clifton authored
Update Battery.md w/ copy edits & typo fixes
-
Dominic Clifton authored
-
Dominic Clifton authored
-
Dominic Clifton authored
ensures that the durations of one or more confirmation beeps can never get out of sync when the code is changed. Renamed queueConfirmationBeep to beeperConfirmationBeeps - nothing was actually queued.
-
Dominic Clifton authored
priority via simpler static declaration - removes giant switch statement. Use a new method when beeping out GPS status. Lower memory usage. Smaller code size. Beeper priority now only handled in a single place.
-
- 24 Apr, 2015 5 commits
-
-
Dominic Clifton authored
adding/removing modes and/or refactoring.
-
Dominic Clifton authored
-
Dominic Clifton authored
Cleanup new beeper code. Decreases code-size, removes unneeded state BEEPER_STOP, reduces needs for some comments, removes some magic numbers, simplifies logic and improves maintainability.
-
Andrew Payne authored
-
Jonas Harnesk authored
-
- 23 Apr, 2015 7 commits
-
-
Dominic Clifton authored
Documentation edits and improvements
-
Andrew Payne authored
-
Michael Jakob authored
-
Michael Jakob authored
configurations The hardcoded limit in the mixer and PID controllers 3-5 would be removed by default and will be configurable by CLI variables: yaw_jump_prevention_limit, global setting (original fixed value was 100) yaw_p_limit, per profile setting (fixed value was 300)
-
Dominic Clifton authored
-
Dominic Clifton authored
-
Nicholas Sherlock authored
-
- 22 Apr, 2015 1 commit
-
-
Dominic Clifton authored
git://github.com/ethomas997/cleanflight into ethomas997-refactoredBeeperCode_181_1 Conflicts: src/main/flight/failsafe.c src/main/io/beeper.c src/main/mw.c
-