Tolentino Cotesta

Results 83 comments of Tolentino Cotesta

The code responsible for customizing /setup starts [here](https://github.com/cotestatnt/async-esp-fs-webserver/blob/master/built-in-webpages/setup/app.js#L221). When you add custom HTML, CSS, or JavaScript code using the library’s methods, a new file is created on the filesystem for...

Yes you are right. I will correct the script as soon as I can

Hi @dannyz2, and thanks for pointing out this bug. I believe the issue is due to the wrong data type being used in the callback functions. In the example, there's...

What version of the ESP32 core for Arduino are you using? I tried to compile the examples with the latest one available (v3.0.3) and I don't encounter any problems. I...

The development of the Arduino-Google-API library no longer continued due to lack of interest. The latest release of the Arduino core introduced many changes and I don't know if the...

Have you checked the example? https://github.com/cotestatnt/esp-fs-webserver/blob/master/examples/withWebSocket/withWebSocket.ino

Hi @zerotoney The redirect is handled starting from [here](https://github.com/cotestatnt/esp-fs-webserver/blob/master/src/esp-fs-webserver.cpp#L97)

# Warning **Do not install anything, especially from unverified links. To show an example project there is no need to install executables.** # The APIs that deal with watchdog management...

Hi, yes, in fact there isn't a built-in method to delete the settings. I think I'll add it in a future release. Anyway, it's just a file, so you can...

Could you share the complete code? As soon as I have some free time, I'll try to reproduce it.