sendPosition
suspend fun RadioClient.sendPosition(latLng: LatLng, to: NodeId = NodeId.BROADCAST, channel: ChannelIndex = ChannelIndex(0), wantAck: Boolean = false): MessageHandle(source)
Send a Position payload to to (defaults to broadcast).
Encodes latLng using the firmware int32 / 1e7 lat/lng scaling.
Since
0.1.0