Skip to content
Snippets Groups Projects
Commit 3b5ffe0f authored by rmackay9's avatar rmackay9
Browse files

ArduCopter - config.h - set standard RC_SPEED to 125 for helicopter frame

parent 114e6a35
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,11 @@
// default RC speed in Hz if INSTANT_PWM is not used
#ifndef RC_FAST_SPEED
# define RC_FAST_SPEED 490
# if FRAME_CONFIG == HELI_FRAME
# define RC_FAST_SPEED 125
# else
# define RC_FAST_SPEED 490
# endif
#endif
// LED and IO Pins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment