You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have the ability to configure Solex mavlink buttons to have momentary action and not latching.
Have an On value that is only activate when pressed and held, for instance with a servo output the button should have the option to set the desired pwm output on press and then when released the output is stopped and falls back to the minimum as set on the servo output screen. Alternatively if this wont work have Off value and On value in a momentary action.
The text was updated successfully, but these errors were encountered:
A new button mapping type, Non-Latch Servo, has been added to accommodate this. Attach it to the On Click event of a hardware button.
In the Configuration dialog, select the desired channel and specify ON and OFF values for the action.
When you press the hardware button, the Non-Latch Servo action will send the ON PWM value. Release the button and the action will send the OFF PWM value.
Expected Behavior
Momentary action on Solex Mavlink buttons
Current Behavior
Currently latching
Detailed Description
Have the ability to configure Solex mavlink buttons to have momentary action and not latching.
Have an On value that is only activate when pressed and held, for instance with a servo output the button should have the option to set the desired pwm output on press and then when released the output is stopped and falls back to the minimum as set on the servo output screen. Alternatively if this wont work have Off value and On value in a momentary action.
The text was updated successfully, but these errors were encountered: