Skip to content

Commit

Permalink
Wait a second between each sequence to allow cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Apr 26, 2024
1 parent c8ef79f commit f97f23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ int main(int argc, char *argv[])
for (int i = 0; i < seq_cnt; i++)
{
seq_send(cfg->interface, cfg->seq[i], seq_cnt, cmd);

sleep(1);
}

shutdown_prog(cfg);
Expand Down

0 comments on commit f97f23c

Please sign in to comment.