int poll = 0;
int i;
- struct timeval poll_interval = {0, 500000};
+ // TODO: ifdef poll with flags (not all devices need this)
+ struct timeval poll_interval = {0, 750000};
if(response->status == AT_STATUS_UNDEF)
return AT_RESPONSE_UNHANDELD_REASON_STATUS;