Skip to main content
Topic: Possible error in bin.c file for IRToyRecPlay (Read 874 times) previous topic - next topic

Possible error in bin.c file for IRToyRecPlay

In line 258 of the bin.c file for IRToyRecPlay, I read
  printf(" Auto playing %s with %d seconds delay. n",fnameseq,atoi(param_delay));
I think that should be "milliseconds" instead of "seconds".