Menu

loop()

loop()

This function ensures the library performs all the periodic tasks it needs to performm:

  • buttonLoop()
  • callHome(): This will be called if you have previously called setCallHome(true) and if the timer set by setCallHomeInterval() (default = 7200 seconds or 2 hours) has expired.

It is essential that this function called on the first line of your main sketch's loop().

Added by