Skip to content

Commit

Permalink
only continue firstTime if socket open
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Jun 18, 2021
1 parent a943a57 commit 9e9cf30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion afsk/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,8 @@ void get_tlm_fox() {
// digitalWrite (0, HIGH);

// if (mode == FSK)
firstTime = 0;
if (socket_open == 1)
firstTime = 0;
// else if (frames_sent > 0) //5)
// firstTime = 0;

Expand Down

0 comments on commit 9e9cf30

Please sign in to comment.