Send to phone like position packets (#1582)

This commit is contained in:
Ben Meadors
2022-07-31 11:13:12 -05:00
committed by GitHub
parent 97684c6c73
commit 44ffdc5172
2 changed files with 2 additions and 2 deletions

View File

@@ -229,6 +229,6 @@ bool EnvironmentTelemetryModule::sendOurTelemetry(NodeNum dest, bool wantReplies
lastMeasurementPacket = packetPool.allocCopy(*p);
DEBUG_MSG("Environment Telemetry: Sending packet to mesh");
service.sendToMesh(p);
service.sendToMesh(p, RX_SRC_LOCAL, true);
return true;
}