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
Step to reproduce:
conn
When online
{ "_type": "location", "acc": 15, "alt": 224, "batt": 25, "bs": 1, "conn": "m", "created_at": 1689714607, "lat": redacted, "lon": redacted, "m": 2, "tid": "jc", "tst": 1689714607, "vac": 1, "vel": 0 }
When sent after being offline
{ "_type": "location", "acc": 16, "alt": 224, "batt": 25, "bs": 1, "created_at": 1689714603, "lat": redacted, "lon": redacted, "m": 2, "tid": "jc", "tst": 1689714601, "vac": 1, "vel": 0 }
The text was updated successfully, but these errors were encountered:
Mmm, smells like a bug. Need to check the booklet, but think it should be there with value o?
o
Sorry, something went wrong.
https://github.com/owntracks/android/blob/4807e79696645b38ac6112805b8dc665874854dd/project/app/src/main/java/org/owntracks/android/support/DeviceMetricsProvider.kt#L45C34-L54
Seems like it comes from those lines
b4ba49d
No branches or pull requests
Step to reproduce:
conn
keyWhen online
When sent after being offline
The text was updated successfully, but these errors were encountered: