broadcastSmartMinimumDistance property
The minimum distance in meters traveled (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
Implementation
@$pb.TagNumber(10)
$core.int get broadcastSmartMinimumDistance => $_getIZ(9);
Implementation
@$pb.TagNumber(10)
set broadcastSmartMinimumDistance($core.int value) =>
$_setUnsignedInt32(9, value);