added print for CW mode

pull/183/head
alanbjohnston 3 years ago committed by GitHub
parent 35907a0c77
commit 044113705c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -607,7 +607,9 @@ void config_telem() {
samplePeriod = 5000;
frameTime = 5000;
bufLen = 1000;
}
} else if (mode == CW) {
Serial.println("Configuring for CW\n");
}
// clearing min and max values
if (debug_mode)
Serial.println("Clearing min and max telemetry values");

Loading…
Cancel
Save

Powered by TurnKey Linux.