Denis

Results 28 comments of Denis

it is possible to return a special error if it does not have enough memory to upload a file ?

hi I tested it works well with esp32 (wrover)

with some research i think the problem is libssh related or a conflict with spiffs if you want to fix the problem remove verfify_knownhost

Hello, I have the same problem, I would like to disable the Ethernet but I can't find any way to do it, do you have an idea?

it works but then impossible to restart the Ethernet because of the emac allocation

use https://github.com/yubox-node-org/AsyncTCPSock.git and https://github.com/yubox-node-org/ESPAsyncWebServer remove:` { "owner": "me-no-dev", "name": "ESPAsyncTCP", "version": "^1.2.2", "platforms": "espressif8266" }, { "owner": "me-no-dev", "name": "AsyncTCP", "version": "^1.1.1", "platforms": "espressif32" },` in library.json of ESPAsyncWebServer

actually I thought the ssl part was added with AsyncTCPSock but no you can use this example https://github.com/Bmooij/AsyncTCP-https-server-example otherwise or if you can merge this example with the current AsyncTCPSock

this library is for esp32 and includes beginsecure :https://github.com/Bmooij/AsyncTCP.git

follow the configuration of the example https://github.com/Bmooij/AsyncTCP-https-server-example with ``` ; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and...

I tested and the code works but it is slow and unstable