You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'd really appreciate some help, as to me this is kind of a bug (I think!).. I have some code which works fine & utilises the library.. However, the code contains :
while (!sim808.getGPS()) { }
If the SIM808 has lost GPS signal, then my code hangs forever waiting for the GPS signal to come back...
Is there any way of working around this please? (i.e. if no GPS signal, just return 0s for everything & continue..don't wait)
Thanks for any help !
James
The text was updated successfully, but these errors were encountered:
Hi
I'd really appreciate some help, as to me this is kind of a bug (I think!).. I have some code which works fine & utilises the library.. However, the code contains :
while (!sim808.getGPS()) { }
If the SIM808 has lost GPS signal, then my code hangs forever waiting for the GPS signal to come back...
Is there any way of working around this please? (i.e. if no GPS signal, just return 0s for everything & continue..don't wait)
Thanks for any help !
James
The text was updated successfully, but these errors were encountered: