- Sun Aug 23, 2015 10:53 am
#26880
martinayotte wrote:Still not able to reproduce ...
EDIT: I was using "stable" 1.6.5-947-g39819f0, so, in case there was a bug introduced recently in "staging", I've retried using HEAD of ESP8266WebServer from gitub. Still no able to reproduce ...
martinayotte, and all,
OK, I think "we" fixed my problem, I was using "stable" "1.6.4-673-g8cd3697" . . . doh!
Both "server.sendContent()" and "server.client().print()" now report similar performance, for both our Tests, and my Experimental Web Server Application.
I will switch my code from "server.client().print()" functions to "server.sendContent()", if and when "sentCount" is implemented for the later.
The moral of the Story for thread followers is:
- Check for current Revision of the Arduino IDE
- Check for "stable" Board Manager URLs in the Arduino IDE Preferences
- Install and Check for the current "~/.arduino/packages/esp8266/hardware/esp8266/<file>", which is installed via IDE Tools -> Board: -> Boards Manager...
martinayotte, Thanks again for the Assistance!
Eldon - WA0UWH