print frameTime

pull/201/head
alanbjohnston 3 years ago committed by GitHub
parent 18dd0df225
commit 6dfcb0a9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -560,7 +560,7 @@ void config_telem() {
// Serial.println(samplePeriod); // Serial.println(samplePeriod);
frameTime = ((float)((float)bufLen / (samples * frameCnt * bitRate))) * 1000; // frame time in ms frameTime = ((float)((float)bufLen / (samples * frameCnt * bitRate))) * 1000; // frame time in ms
// Serial.println(frameTime); Serial.println(frameTime);
// printf("\n FSK Mode, %d bits per frame, %d bits per second, %d ms per frame, %d ms sample period\n", // printf("\n FSK Mode, %d bits per frame, %d bits per second, %d ms per frame, %d ms sample period\n",
// bufLen / (samples * frameCnt), bitRate, frameTime, samplePeriod); // bufLen / (samples * frameCnt), bitRate, frameTime, samplePeriod);
memset(buffer, 0xa5, sizeof(buffer)); memset(buffer, 0xa5, sizeof(buffer));

Loading…
Cancel
Save

Powered by TurnKey Linux.