Hi,
not sure where to post this, so here we go:
in my config.h it says under "THROTTLE_OUT"
#ifndef THROTTE_OUT.....
there is an "L" missing, i guess that is not on purpose, is it ?
any, what does this "THROTTLE_OUT" do ?
just asking, because i have the issue that in manual mode my throttle works, but switching to any other mode my throttle is not controlled by APM
regards,
wolfgang
Replies
Hello Wolfgang,
Have a look here at the commands used in the APM.
// THROTTLE_OUT DEBUG
//
// When debugging, it can be useful to disable the throttle output. Set
// this option to DISABLED to disable throttle output signals.
//
// The default is to not disable throttle output.
//
//#define THROTTLE_OUT ENABLED (remove the // to enable this line of code)
I hope that helps :)
Regards
Martin