only continue firstTime if socket open

pull/105/head
alanbjohnston 5 years ago committed by GitHub
parent a943a57ba6
commit 9e9cf30e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2221,6 +2221,7 @@ void get_tlm_fox() {
// digitalWrite (0, HIGH);
// if (mode == FSK)
if (socket_open == 1)
firstTime = 0;
// else if (frames_sent > 0) //5)
// firstTime = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.