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
Is there an existing issue for this feature request?
I have searched the existing issues
Is your feature request related to a problem?
I posted this to OpenTX some time ago, it didn’t get much attention: opentx/opentx#8573
It would be great to have the intensity of the radio’s vibration motor (haptic feedback) variable, and addressable via Lua.
Right now the haptic feedback is hard coded with a #define to be the maximum.
I tried this by changing playHaptic function to accept an “intensity” argument and it worked well. With a Lua script, it can be mapped to telemetry data for Accelerometer, or as alternative to vario tones.
Describe the solution you'd like
Change playHaptic function to accept an “intensity” argument, or add an additional function…
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this feature request?
Is your feature request related to a problem?
I posted this to OpenTX some time ago, it didn’t get much attention: opentx/opentx#8573
It would be great to have the intensity of the radio’s vibration motor (haptic feedback) variable, and addressable via Lua.
Right now the haptic feedback is hard coded with a #define to be the maximum.
I tried this by changing playHaptic function to accept an “intensity” argument and it worked well. With a Lua script, it can be mapped to telemetry data for Accelerometer, or as alternative to vario tones.
Describe the solution you'd like
Change playHaptic function to accept an “intensity” argument, or add an additional function…
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: