We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we please get a lua feature to mute a sensor for a certain duration
system.mute(sensorLost)
Specifically we have an issue - when msp data is sent - we often get sensor timeouts due to them being paused on sending during msp transfer.
it would be nice to mute these for a duration
The text was updated successfully, but these errors were encountered:
Yes, this should also be used for system->info which causes the same issue
Sorry, something went wrong.
local module = model.getModule(0) module:muteSensorLost(5.0) -- mute during 5 seconds
bsongis-frsky
No branches or pull requests
Can we please get a lua feature to mute a sensor for a certain duration
system.mute(sensorLost)
Specifically we have an issue - when msp data is sent - we often get sensor timeouts due to them being paused on sending during msp transfer.
it would be nice to mute these for a duration
The text was updated successfully, but these errors were encountered: