Closed pmithrandir closed 8 months ago
I'll have to look at this - if you are correct then yes, there should be no problem with increasing the period (although I may have made it 500ms to that it would do a re-try quite quickly rather than waiting a whole second before it re-tries a failed send?
Corrected in V1.5
In SDComm, I think we are asking the ontick method to run every half second (and not every second as it's said in the comment line 250). It means that we could send a webrequest every 500ms... which seems quite a lot in term of usage.
What do you think?
Should we correct the timer or the comment ?