Update main.c print Socket_send

fc-jy-2
Alan Johnston 11 months ago committed by GitHub
parent c65288e05a
commit e88d2d0dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2531,6 +2531,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation
void socket_send(int length) { void socket_send(int length) {
printf("Socket_send!\n");
int error = 0; int error = 0;
if (!socket_open && transmit) { // open socket if not open if (!socket_open && transmit) { // open socket if not open

Loading…
Cancel
Save

Powered by TurnKey Linux.