|
|
|
|
@ -507,14 +507,14 @@ if (cw_id == ON) // Don't send CW if using AX5043 or in mode cycling or set by 3
|
|
|
|
|
strcat(cw_str, cw_footer);
|
|
|
|
|
//printf("Before 1st strcpy\n");
|
|
|
|
|
digitalWrite (txLed, txLedOn);
|
|
|
|
|
//printf("Before 1st strcpy\n");
|
|
|
|
|
printf("CW String: %s\n", cw_str);
|
|
|
|
|
printf("Before cmd\n");
|
|
|
|
|
//printf("CW String: %s\n", cw_str);
|
|
|
|
|
// FILE* f;
|
|
|
|
|
system(cw_str);
|
|
|
|
|
// printf("File %d \n", f);
|
|
|
|
|
// printf("close: %d \n", pclose(f)); // execute command and wait for termination before continuing
|
|
|
|
|
printf("After command\n");
|
|
|
|
|
sleep(7);
|
|
|
|
|
// sleep(7);
|
|
|
|
|
//printf("Before Write\n");
|
|
|
|
|
digitalWrite (txLed, txLedOn);
|
|
|
|
|
//printf("After Write\n");
|
|
|
|
|
|