Search found 1 match
- Sun Feb 14, 2021 2:19 pm
- Forum: ESP32 Arduino
- Topic: Help understanding WifiClient example ?
- Replies: 0
- Views: 1490
Help understanding WifiClient example ?
Hi, I would like to understand the official WifiClient example located here : https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClient/WiFiClient.ino Specifically this part : // Read all the lines of the reply from server and print them to Serial while(client.availab...