kjetilmarstein:
client.flush(); // what does client.flush do?
here nothing. there was mistake in some Arduino libraries where flush() cleaned the input, but it should send the buffered output
kjetilmarstein:
client.flush(); // what does client.flush do?
here nothing. there was mistake in some Arduino libraries where flush() cleaned the input, but it should send the buffered output