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