DrRandom

Results 185 comments of DrRandom

Any news on this patch?

Yes. This is correct. I already using a file system with ASYNC webserver from Me_no_dev but i just wondered if i could use an FS with this library. Thank you.

I just encountered this issue. I tried to create a performance monitor class which would periodically asks the file system and other components about their states. Like the file system...

Thanks for the response. I will check it with SPIFFS.

Yes kindof. Or just make part of the flash to sqlite.

Almost the same results for me on ESP32-Wrover-E ( 8mb psram 16mb flash ) I'm testing my ESP32s because i got an error last time out of the blue with...

I'm using Async server for the update. Firmware is updating but LittleFs don't. Here is the relevant part of my sketch: ```cpp Update.onProgress([this](unsigned int progress, unsigned int total){ int percent...

I would love to see something like this. Even with self signet CA my life would be so much easier. If i could serve pages with HTTPS the esp could...

**I have the same problem.** ```js async sendSystem(to,subject,text,html){ if( !to ){ return; } let info = await systemTransporter.sendMail({ from: `"Hitec Smart Home Server" ${process.env.MAIL_USERNAME}`, to: to, subject: subject | "",...