add back in callsign

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent 86256ae4ae
commit ab29cc5bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,8 +144,8 @@ void loop() {
} }
else if (mode == AFSK) else if (mode == AFSK)
{ {
// transmit_callsign(callsign); transmit_callsign(callsign);
// sleep(1.0); sleep(1.0);
send_packet(); send_packet();
} }
// while ((millis() - sampleTime) < ((unsigned int)samplePeriod)) // - 250)) // was 250 100 // while ((millis() - sampleTime) < ((unsigned int)samplePeriod)) // - 250)) // was 250 100

Loading…
Cancel
Save

Powered by TurnKey Linux.