After a bit more tweaking, the performance has been improved quite a lot:
Threshold of available space before write dropped to 1460,
delay(2); after write changed to yield();
while (f.available()) {
// Check Connection
if...
Example debug dump for a jpg
Client connected: 192.168.2.100
Client count: zu
GET /website/media/posts/2/homepage_2.43.jpg HTTP/1.1
requestline: GET /website/media/posts/2/homepage_2.43.jpg HTTP/1.1
Host: 192.168.2.177
header: Host...
Hi nieuwemaker, I am having very similar issues serving multiple files, no just from SD card but also from flash.
I have created the following minimalist webserver using the ServerWithListeners example by Shawn as the starting point.
It is...
In the end, I only needed to remove the check for the flash ID, since this will not work with encrypted hex. Working nicely now with ehex files from SD card and web-based GUI and filemanager.
@Dogbone06 did you have any issues with FlasherX aborting due to bad hex lines or invalid hex code?
(removed a chunk of verbage here after reading Paul's document relating to ehex files)
Did you need to comment out any of the hex integrity...
Thanks all for your work on this. I intend to implement flasherX into my application to perform remote updates with a locked T4. A question for @joepasquariello : I already have a webserver that allows the upload of files to the SD card over...