try sleep 1

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 3f65af82f9
commit 2590c31b7e
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(3); // delay to give payload time to get ready
sleep(1); // delay to give payload time to get ready
}
else
printf("\nPayload not present!\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.