Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By andre_teprom
#71619 Thank all you, in fact, the library is being compiled, and the problem is likely happening due to some issue on the above parameter calculation, which seems do not reflecting the actual value on seconds, I will make some experiments to infer what should be the "correction factor" to be multiplied/divided.
User avatar
By andre_teprom
#71656 No, it just stack-up characters and words along with variable contents, and builds a string to be sent to server:

Code: Select allString MountString ( void )
{
String str = "":
str += ... ;
str += ... ;
str += ... ;
return (str)
}

Anyway, the question isn't properly any delay on this routine, but the inability of the caller function ( ThingSpeak.setField() ) to get out from there even when reached its timeout.