added LED on/off on socket write

pull/26/head
alanbjohnston 6 years ago committed by GitHub
parent 90920c19cb
commit 0e89c8da0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -778,11 +778,12 @@ int get_tlm_fox() {
if (!error)
{
digitalWrite (0, LOW);
printf("Sending buffer over socket!\n");
send(sock, buffer, sizeof(buffer), 0);
}
digitalWrite (0, HIGH);
return 0;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.