sleeping only for SSTV

pull/93/head
alanbjohnston 5 years ago committed by GitHub
parent 04864dc2aa
commit 2e453a8416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -247,6 +247,14 @@ int main(int argc, char * argv[]) {
}
if (strcmp(sim_yes, "yes") == 0)
sim_mode = TRUE;
if (mode == SSTV) {
fprintf(stderr, "Sleeping");
while (1)
sleep(10);
}
wiringPiSetup();
// Check for SPI and AX-5043 Digital Transceiver Board

Loading…
Cancel
Save

Powered by TurnKey Linux.