S
Reaction score
8

Latest activity Postings About

    • S
      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...
    • S
      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...
    • S
      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...
    • S
      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.
    • S
      ehex format is documented on the code security page https://www.pjrc.com/teensy/td_code_security.html
    • S
      @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...
    • S
      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...
  • Loading…
  • Loading…
Back
Top