SoftAp wificlient read
Posted: Tue Mar 21, 2017 4:47 pm
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');