-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
AP_RTC: allow time to shift forward when disarmed #24022
AP_RTC: allow time to shift forward when disarmed #24022
Conversation
... the sanity check for no-backwards-times is further down in the function. |
we will add drift logic, @davidbuzz or @Hwurzburg will test with F765 wing or Mambaf405v2 |
for that clock drift issue... i connected a ublox to my f765-wing, formatted the sd card, then set: |
1hr log for analysis here: https://drive.google.com/file/d/1l43Fx9f2w9vN-kFDkhAQUygRwL_2XwhE/view?usp=drive_link |
side note, this log also has an internal error in it, possibly storage related.? Storage: failed at 0:4154 for 8 - re-init 1 got this log on a normal f765-wing on the ground, logging while disarmed, with the only hardware connected is a gps , power ,and a usb cable. AP: ArduPlane V4.5.0-dev (7234ec2) [ ie a recent 'latest' build from the autotest build server from the last week or 2?] |
re-ran test, and at about 1/2hr, the internal error came again.. |
testing with a different SD card done... does not Internal Error with different SD card after an hr. |
19a0bb6
to
789df02
Compare
add log of 64 bit UTC time in STAT |
789df02
to
0dd9c4a
Compare
Had to go with |
0dd9c4a
to
b8c342e
Compare
This broke the documentation. Fixed here: #28695 |
No description provided.