Menu

setCallHomeInterval()

setCallHomeInterval(int)

Call home interval in seconds, use 60s only for development. Please change it to at least 2 hours in production. If you do not want to use the interval either set it to 0 or just do not use this function.

Example:

...

setup () {
    ...
    
    IAS.begin();
    
    IAS.setCallHomeInterval(60);
}

 

Added by


Contributor history

  • 2021-05-18 15:49:00
    Onno Dirkzwager upd. wiki text