I just updated my firmware and realised
the_connection.mav.command_long_send(
1, # autopilot system id
1, # autopilot component id
400, # command id, ARM/DISARM
0, # confirmation
1, # arm!
0,0,0,0,0,0 # unused parameters for this command
)
This doesn’t work?
I search the mavlink common page, no command_long command?
What exactly is the problem how do I arm my drone now using command?