Updated radio properties

This commit is contained in:
Pawel Spychalski (DzikuVx)
2017-11-11 19:50:38 +01:00
parent 8fc8c20697
commit d322447290
3 changed files with 4 additions and 4 deletions

View File

@@ -285,5 +285,5 @@ void encodePingPayload(QspConfiguration_t *qsp, uint32_t currentMicros) {
qsp->payload[2] = (currentMicros >> 16) & 255;
qsp->payload[3] = (currentMicros >> 24) & 255;
qsp->payloadLength = 9;
qsp->payloadLength = 4;
}