-->
Page 1 of 1

SoftAp wificlient read

PostPosted: Tue Mar 21, 2017 4:47 pm
by feveran
How to perform client read in softap mode?

Code: Select all while(!client.available()){
    delay(1);
  }
   
  // Read the first line of the request
  String request = client.readStringUntil('\r');