diff --git a/afsk/main.c b/afsk/main.c index e0904e3a..dce4eb42 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -919,6 +919,7 @@ int get_tlm_fox() { if (sock_ret == -1) { printf("Error: %s \n", strerror(errno)); socket_open = 0; + rpitxStatus = -1; } // alt = (++alt) % 2; printf("Alternate value is %d \n", alt);