mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
radio flaps set to 1000
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1593 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
e9375defb0
commit
749ac8c69d
@ -15,7 +15,7 @@ void init_rc_in()
|
||||
|
||||
// for kP values
|
||||
//rc_6.set_range(200,800);
|
||||
rc_6.set_range(0,4000);
|
||||
rc_6.set_range(0,1000);
|
||||
|
||||
// for camera angles
|
||||
//rc_6.set_angle(4500);
|
||||
|
Loading…
Reference in New Issue
Block a user