-
Notifications
You must be signed in to change notification settings - Fork 1.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
Fix OSD summary screen not displayed after long flight #2974
Fix OSD summary screen not displayed after long flight #2974
Conversation
Good catch. We missed this one when converting time to 64-bit. |
I'm also having the same problem ( OSD summary screen not displayed after long flight ). But in my case on 2 different flights using the omnibus f4 pro board, using 1.8 firmware. I flew for 56 minutes total and traveled over 60km. When i landed, i disarmed and no summary screen. This only happens when i travel over 60km. Is there a fix for this as well as the flight time issue mentioned above?? Please Help |
@JDFPV I don't think the distance plays a role. You only flew for 56 minutes but what is important is the time from power up not the fly time. The summary screens fails to be displayed if disarming after 71 minutes and 35 seconds from power up. Please try this binary: inav_1.9.0_OMNIBUSF4PRO.hex.zip |
@shellixyz ok i just looked back at the dvr footage. And the plane was powered up for 2 minutes and 25 seconds prior the launch. So that's a total of 58 minutes and 35 seconds.... No where near 71 minutes of being powered up. |
@shellixyz yes. Throttle at its lowest position and pitch, roll and yaw was centered before i disarmed sir. |
Ok i have the hex file uploaded. Will test it out and report to you guys this weekend after i fly. Thanks for your help. |
Ok, i flew over the weekend and the summary problem is fixed. But now, when im 6+ miles out and switch to rth the plane just banks hard to the left and losing altitude. This happened to me twice on 2 different flights. Using rth less than 6 miles out it works normal. Any suggestions on why this is happening? Using 1.8 i never had any trouble with rth at all. This just started with the 1.9 hex file. |
Do i need to open a new issuse for the rth problem im having? |
@JDFPV yes please. And if possible, include a blackbox recording of the issue. |
Possible fix for #2973 and #2638
Issue might be that the
resumeRefreshAt
variable controlling the OSD refresh / arming screen display time / summary display time is only 32 bits and 2^32/1000000/60 ~= 71 minutes.