##// END OF EJS Templates
imanay -
r121:122
parent child
Show More
@@ -348,7 +348,11
348 }
348 }
349 else if(strcmp(cmd,"ANST") == 0){
349 else if(strcmp(cmd,"ANST") == 0){
350 tx_data = chequeo_sistema(filename2,rx_data);
350 tx_data = chequeo_sistema(filename2,rx_data);
351 printf("%s\n",tx_data);
352 }
353 else if(strcmp(cmd,"ANPH") == 0){
351 ABS_monitoreo(1, 1, 50, 10);
354 ABS_monitoreo(1, 1, 50, 10);
355 tx_data = "Not implemented\n";
352 printf("%s\n",tx_data);
356 printf("%s\n",tx_data);
353 }
357 }
354 else if(strcmp(cmd,"NTST") == 0){
358 else if(strcmp(cmd,"NTST") == 0){
@@ -506,9 +510,10
506
510
507 char page0[250];
511 char page0[250];
508
512
509 strcpy(page0,"Verificacion\n");
513 /*strcpy(page0,"Verificacion\n");
510 strcat(page0,parameters.ID);
514 strcat(page0,parameters.ID);*/
511 strcat(page0,"\n------------\n");
515 strcpy(page0,parameters.ID);
516 strcat(page0,"\n-------\n");
512
517
513 char page1[8];
518 char page1[8];
514
519
General Comments 0
You need to be logged in to leave comments. Login now