Skip to content

Commit

Permalink
printf data just before tx
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Jun 21, 2021
1 parent e8ade8a commit 6515929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions afsk/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,7 @@ void get_tlm(void) {
#endif
fprintf(stderr, "INFO: Transmitting X.25 packet using AX5043\n");
memcpy(data, str, strnlen(str, 256));
printf("data: %s \n", data);
int ret = ax25_tx_frame( & hax25, & hax5043, data, strnlen(str, 256));
if (ret) {
fprintf(stderr,
Expand Down

0 comments on commit 6515929

Please sign in to comment.