wait for longer between queries
This commit is contained in:
@@ -520,7 +520,12 @@ int main()
|
|||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
sleep(60);
|
for(j = 0; j < 30; j++)
|
||||||
|
{
|
||||||
|
printf("waiting for minute %i out of 30\n", j);
|
||||||
|
sleep(60);
|
||||||
|
}
|
||||||
|
|
||||||
if(IS_CHECKM8_FAIL(open_device_session(dev)))
|
if(IS_CHECKM8_FAIL(open_device_session(dev)))
|
||||||
{
|
{
|
||||||
printf("failed to open device session");
|
printf("failed to open device session");
|
||||||
|
|||||||
Reference in New Issue
Block a user