Moderator: igrr
String 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.
Your original post only shows setField(). WriteFields() is the one that actually submits the data to a server.