I wonder how to custom Fn button on remoteController with this SDK. The DJIRemoteControllerDelegate has func remoteController(_ rc: DJIRemoteController, didUpdate buttonAction: DJIRCButtonAction). but it seems that function get never called when i press fn or double press fn button on Mavic Air 2S's remote controller?
I also noticed that DJIRemoteControllerDelegate have (void)remoteController:(DJIRemoteController *)rc didUpdateHardwareState:(DJIRCHardwareState)state. But it seems not suitable for this situation.
Could you give me a keywork or something related to this question.
Hi team DJI.
I wonder how to custom Fn button on remoteController with this SDK. The
DJIRemoteControllerDelegate
has funcremoteController(_ rc: DJIRemoteController, didUpdate buttonAction: DJIRCButtonAction)
. but it seems that function get never called when i pressfn
or double pressfn
button on Mavic Air 2S's remote controller?I also noticed that
DJIRemoteControllerDelegate
have(void)remoteController:(DJIRemoteController *)rc didUpdateHardwareState:(DJIRCHardwareState)state
. But it seems not suitable for this situation.Could you give me a keywork or something related to this question.
Thank you very much and best regard.