-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
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
Negative RC threshold not working in v1.13.0 #19809
Comments
not sure but it's looks like: I get something similar with Flap on chanel 6: |
Hi @junwoo091400, The problem is still existing on the v1.13.2. Do you have any update regarding this issue or a fix in main branch that I missed ? Thank you for your help ! |
Temporally fixed by setting RC6_REV (used in my case for the RTH) to 1. Hopefully it will be fixed in 1.14 This need to be done after calibration of the RC |
Hi @Katawann I missed this! I have added this to the v1.14 project board to keep track of it 🙌, thanks for the report and reminder! |
Hi @junwoo091400, I reopen the issue as I just tried on v1.14 and the issue is still there |
I have created a Fix PR for this linked above @Katawann 🙏. Thank you again for the report! |
Describe the bug
I would like to trigger the RTL mode when the switch is at its low value instead of high. In v1.10.1 I could use the parameter RC_RETURN_TH with a negative value to obtain this behavior. The same parameter in v1.13.0-rc1 has no effect (the RTL mode is not triggered at all when you set a negative value). The workaround is to change the RCX_REV of the corresponding channel but it is not the best solution as this value is cleared when you redo a radio calibration
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Threshold when lower than the value instead of higher
I guess the issue is the same with all RC mode. Thank you for your help !
The text was updated successfully, but these errors were encountered: