I am sending data out over the GPRS network to a webserver. One minute is the minimum for the timer! I would like to be able to increment trigger every time my loop reaches 60000 with trigger = trigger + 1. My thought is that I can set "if (trigger == X)" trigger with X = 1, 2 and so on... depending on the cellular sevice provided or customers request.
Bookmarks