asdf

makattack

Winter is coming
Moderator
Mentor
Did you update your configuration with a resource mapping for the servo? I had to do that with my Betaflight 3.x SPF3 based tricopter. The resource map will depend on your FC and which output pin you want, but you can figure that out based on the following:

https://github.com/betaflight/betaflight/wiki/Betaflight-resource-remapping
https://github.com/cleanflight/cleanflight/blob/master/src/main/target/NAZE/target.c

According to the naze32 / cf codebase, PB9 is the output for OUT6.

So your command might be something like

Code:
resource servo 1 pb9
 

makattack

Winter is coming
Moderator
Mentor
Ah, sorry. I was going by memory, which isn't very good. Forgot the command was case sensitive, and that you don't actually use the same symbol in the code for the output pin in the syntax. What I get for being lazy. Glad you figured it out! I had also assumed you had the mixer set to tri already, but I guess that's another area where I'm lazy and make assumptions. I don't recall having to do anything special to get the servo tabs to work. Does it have an option at the bottom for "Live Mode?"