fredlcore

Results 224 comments of fredlcore

I have changed SOCK_CLOSE to SOCK_DISCON now, and limited the disconnect of a socket to one with status 0x14 now (and no longer 0x17 and 0x14 where it so far...

I don't think that I can call socketClose() directly, becuse it's a private function, isn't it? That's why I took that code and used it directly, as stated somewhere above:...

No, I do - as I wrote above, I have substituted the `close (i)` with SPI.beginTransaction(SPI_ETHERNET_SETTINGS); W5100.execCmdSn(s, Sock_CLOSE); // Sock_DISCON also has no posiive effect SPI.endTransaction(); As far as I...

Ah, ok, got it, will try that...

Ok, just tried that, same result, still hangs when waiting for while (readSnCR(s)) to "complete"...

...and regarding the _timeout variable: I haven't set it anywhere in the code using SetConnectionTimeout(), so I assume that shouldn't be a problem either...

Ok, thanks. Copying only selected data into a new DB could be a workaround, but if you should find the time to add a direct implementation for VACUUM, please let...

Yes, but that will create quite some overhead in code where flash memory is already constrained :(...

Wouldn't this mainly work for plain text files? As soon as you print out graphics, you would only receive gibberish. Or do you mean that the resulting PDF should be...

There are libraries that facilitate sending e-mails from the ESP32, such as this one here: https://github.com/mobizt/ESP-Mail-Client So you could even authenticate against a GMail account and send e-mails through their...