Skip to content
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

Select 50% for Black Box logging rate, reboots and shows 25% logging rate #1115

Closed
wkiskin-teladoc opened this issue Nov 18, 2020 · 3 comments

Comments

@wkiskin-teladoc
Copy link

wkiskin-teladoc commented Nov 18, 2020

This issue is for https://github.com/iNavFlight/inav-configurator/releases/tag/2.6.0-RC1

When I select any rate above 25% logging rate and click reboot, it come back at 25% logging rate.
selected -> displayed
1/32 -> 1/32 blackbox_rate_denom = 32
1/16 -> 1/16 blackbox_rate_denom = 16
1/8 -> 1/8 blackbox_rate_denom = 8
1/5 -> 1/5 blackbox_rate_denom = 5
1/4 -> 1/4 blackbox_rate_denom = 4
1/3 -> 1/4 blackbox_rate_denom = 4
1/2 -> 1/4 blackbox_rate_denom = 4
2/3 -> 1/4 blackbox_rate_denom = 4
all values above 1/4 logging rate all set to 1/4 logging rate.

It is not possible to set the logging rate in the CLI above 1/4, it always resolves to 25%V logging rate with blackbox_rate_denom = 4

Behavior should be it comes back at the selected rate and should be able to set blackbox_rate_denom in teh CLI

@avsaase
Copy link
Member

avsaase commented Nov 18, 2020

This was implemented in iNavFlight/inav#6127 to avoid problems with logging too much data.

@DzikuVx
Copy link
Member

DzikuVx commented Nov 19, 2020

Like @avsaase wrote: we preven logging faster than 1kHz to prevent many issues including stopping motors and falling down from the sky

@DzikuVx DzikuVx closed this as completed Nov 19, 2020
@wkiskin-teladoc
Copy link
Author

wkiskin-teladoc commented Nov 19, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants