Search found 1 match
- Thu Jan 12, 2023 1:24 pm
- Forum: ESP32 Arduino
- Topic: WebServer.handleClient() longer time execution on ESP32-C3 compares to ESP8266 (930 us vs 10us)
- Replies: 0
- Views: 706
WebServer.handleClient() longer time execution on ESP32-C3 compares to ESP8266 (930 us vs 10us)
Im using WebServer.handleClient() to manage GET commands with parameters in URL. This function on ESP32 takes 90 times longer compares to ESP8266. My method of testing: https://user-images.githubusercontent.com/15039925/212053524-e3d3ed58-7dc7-418e-93ed-c64678bfd299.png with Logic analyzer. platform...