try sleep(3) if payload present

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 22bf73f7d5
commit 3f65af82f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -495,7 +495,7 @@ int main(int argc, char * argv[]) {
}
if (payload == ON) {
printf("\nPayload is present!\n");
sleep(2); // delay to give payload time to get ready
sleep(3); // delay to give payload time to get ready
}
else
printf("\nPayload not present!\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.