Update cubesatsim.ino

pull/161/head
alanbjohnston 4 years ago committed by GitHub
parent 9018efbd06
commit 8d87d74609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -220,7 +220,8 @@ void config_telem() {
} else if (mode == BPSK) {
Serial.println("Configuring for BPSK\n");
bitRate = 1200;
delay_time = (1.0 / 1200.0);
// delay_time = (1.0 / 1200.0);
delay_time = (1.0 / 200.0);
rsFrames = 3;
payloads = 6;
rsFrameLen = 159;

Loading…
Cancel
Save

Powered by TurnKey Linux.