sleep 5s after cw id

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

@ -115,7 +115,7 @@ void setup() {
strcpy(callsign, call);
transmit_callsign(callsign);
// sleep(1.0);
sleep(5.0);
sampleTime = (unsigned int) millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.