Skip to content

Commit

Permalink
fix owntracks 'acc' element
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed Sep 4, 2021
1 parent d081bfe commit aa41eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h02own.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func ConvertH02DataToOwntracksJson(h02data *H02Data, device_cfg *deviceConfig) [
t = "i"
}

var accuracy uint32 = 0
var accuracy uint32 = 3
if !h02data.GPSDataValid {
accuracy = 1000 // ????
}
Expand Down

0 comments on commit aa41eae

Please sign in to comment.