Browse Source
- this was never read - it was implemented wrong, leading to memory access violations in publishFence (an integer was passed instead of the fence_s struct)sbg
6 changed files with 9 additions and 33 deletions
@ -1,4 +0,0 @@
@@ -1,4 +0,0 @@
|
||||
uint8 GEOFENCE_MAX_VERTICES = 16 |
||||
|
||||
uint32 count # number of actual vertices |
||||
fence_vertex[16] vertices # geofence positions |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
float32 lat # latitude in degrees, worst case float precision gives us 2 meter resolution at the equator |
||||
float32 lon # longitude in degrees, worst case float precision gives us 2 meter resolution at the equator |
Loading…
Reference in new issue