Tolentino Cotesta

Results 83 comments of Tolentino Cotesta

> making daily files like "data/readings_2024-01-08.csv" This is a great idea. The download page at this point will only have to create a list based on the contents of the...

Hi @MyRaspberry I'm happy you already solved it. In any case, if you want to take a look, I added an example taking inspiration from your needs https://github.com/cotestatnt/esp-fs-webserver/tree/master/examples/csvLogger

Of course you can use it! The library is compatible with any type of Espressif microcontroller including the ESP8266. If you prefer to use FFat, simply include the "FFat.h" file...

The print screen is from the [twin library](https://github.com/cotestatnt/async-esp-fs-webserver) that uses the ESPAsyncWebServer library for the webserver instead of the one included in the core, but the result does not change...

I'm sorry @MyRaspberry, but a pull request I've merged some times ago has introduced this bug due to a wrong reply when ESP is acting as captive portal ( `"https:://"...

You are trying to use a FFat based sketch selecting a SPIFFS based partition scheme (the default one), Of course it will not work! Also, up until now you've always...

> as i got the impression you need that Arduino /data/ dir thing where i read that not work in the new IDE? The FS upload plugin for IDE 1.8.x...

I'll try to respond to your comments - A favicon.ico is something linked to the final application chosen by the user, so inserting it at library level seems useless to...

I'm sorry something must have gone wrong with the latest commits... for now I would suggest starting the connection manually with the classic `WiFi.begin()` and avoiding calling the library `startWifi()`...

Hi @MyRaspberry, thanks for your review! I just published a new major release (due to the big and deep changes). If you want test also this release, please keep in...