added automatically saving the hitag2 memory content to file
This commit is contained in:
@@ -196,7 +196,8 @@ static void *main_loop(void *targ) {
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
srand(time(0));
|
||||
|
||||
if (argc < 2) {
|
||||
printf("syntax: %s <port>\n\n",argv[0]);
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user