While trying to figure out some other stuff I started to go through the tests again on the ardu and noticed that if I declare a 0 for debug throttle, throttle is still active luckily I didnt trust it to work when I ran the throttle test. Any one have any idea on this one did I miss some other setting to really make the prop not spin?
You need to be a member of diydrones to add comments!
I think you're doing it wrong. There are 9 choices for Debug_System. You need to select the number for the test you want and assign it to Debug_system.
#define DEBUG_SUBSYSTEM 0
= no debug
#define DEBUG_SUBSYSTEM 8
= debug the throttle
You need to get your radio's min/max values into your config file for it to work properly.
Replies
THROTTLE_OUT 0 is the config setting I changed.
#define DEBUG_SUBSYSTEM 0
= no debug
#define DEBUG_SUBSYSTEM 8
= debug the throttle
You need to get your radio's min/max values into your config file for it to work properly.
Jason