Hi, referring to
wouldn't the technically correct term for URL (as used here) be host? So instead of
client.connect(URL, port)
and
URL: the domain name the client will connect to (string, ex.:"arduino.cc")
the reference should say
client.connect(host, port)
and
host: the domain name the client will connect to (string, ex.:"arduino.cc")
Kind regards,
Thomas (@tamberg)