##// END OF EJS Templates
imanay -
r121:122
parent child
Show More
@@ -348,7 +348,11
348 } No newline at end of file
348 }
349 else if(strcmp(cmd,"ANST") == 0){ No newline at end of file
349 else if(strcmp(cmd,"ANST") == 0){
350 tx_data = chequeo_sistema(filename2,rx_data); No newline at end of file
350 tx_data = chequeo_sistema(filename2,rx_data);
351 printf("%s\n",tx_data);
No newline at end of file
352 }
No newline at end of file
353 else if(strcmp(cmd,"ANPH") == 0){ No newline at end of file
351 ABS_monitoreo(1, 1, 50, 10); No newline at end of file
354 ABS_monitoreo(1, 1, 50, 10);
355 tx_data = "Not implemented\n"; No newline at end of file
352 printf("%s\n",tx_data); No newline at end of file
356 printf("%s\n",tx_data);
353 } No newline at end of file
357 }
354 else if(strcmp(cmd,"NTST") == 0){ No newline at end of file
358 else if(strcmp(cmd,"NTST") == 0){
General Comments 0
You need to be logged in to leave comments. Login now