restart rpitx every 1000 frames

pull/42/head
alanbjohnston 6 years ago committed by GitHub
parent 5454e89d8a
commit b504acc61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1264,7 +1264,7 @@ if (firstTime != ON)
char cmdbuffer[1000];
FILE* txResult;
if ((rpitxStatus != mode)) // || (mode == BPSK))
if ((rpitxStatus != mode) || ((loop % 1000) == 0))
{ // change rpitx mode
rpitxStatus = mode;

Loading…
Cancel
Save

Powered by TurnKey Linux.