Skip to main content
added 6 characters in body
Source Link
dda
  • 1.6k
  • 1
  • 13
  • 18

client.println(reading); delay(1000); ShowSerialData;

client.println(reading);
delay(1000);
ShowSerialData;

theThe above line of code would result toin an error.

client.println(reading); delay(1000); ShowSerialData;

the above line of code would result to an error

client.println(reading);
delay(1000);
ShowSerialData;

The above line of code would result in an error.

Source Link

client.println(reading); delay(1000); ShowSerialData;

the above line of code would result to an error