rxWaypoint property
We keep the last received waypoint stored in the device flash, so we can show it on the screen. Might be null
Implementation
@$pb.TagNumber(12)
$1.MeshPacket get rxWaypoint => $_getN(7);
Implementation
@$pb.TagNumber(12)
set rxWaypoint($1.MeshPacket value) => $_setField(12, value);