Sending via EMail CSV from Spiffs daily: no file found
Hi Renzo,
fileDescriptor[0].filename = fileName;
fileDescriptor[0].url = path;
already check the contain of path and fileName, but serial show like this
Serial port read
any suggestion?
Here's the source code for my project.
Basically, its attendance system with rfid and it will record the report of who's tapping it, and that record will be send to email at after-work hour. i did put the sendToEmail routine on setup() so no need to wait until the designed time.