Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
deltaflight
Commits
b1c76646
Commit
b1c76646
authored
Jun 03, 2015
by
Michael Jakob
Browse files
Remove failsafe_trottle setting from AlienWii32 defaults, New
Cleanflight default is now the same.
parent
49e22265
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/config/config.c
View file @
b1c76646
...
@@ -535,7 +535,6 @@ static void resetConf(void)
...
@@ -535,7 +535,6 @@ static void resetConf(void)
currentProfile
->
pidProfile
.
P8
[
PITCH
]
=
36
;
currentProfile
->
pidProfile
.
P8
[
PITCH
]
=
36
;
masterConfig
.
failsafeConfig
.
failsafe_delay
=
2
;
masterConfig
.
failsafeConfig
.
failsafe_delay
=
2
;
masterConfig
.
failsafeConfig
.
failsafe_off_delay
=
0
;
masterConfig
.
failsafeConfig
.
failsafe_off_delay
=
0
;
masterConfig
.
failsafeConfig
.
failsafe_throttle
=
1000
;
currentControlRateProfile
->
rcRate8
=
130
;
currentControlRateProfile
->
rcRate8
=
130
;
currentControlRateProfile
->
rates
[
FD_PITCH
]
=
20
;
currentControlRateProfile
->
rates
[
FD_PITCH
]
=
20
;
currentControlRateProfile
->
rates
[
FD_ROLL
]
=
20
;
currentControlRateProfile
->
rates
[
FD_ROLL
]
=
20
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment