Search found 1 match

by cagdas
Thu Oct 15, 2020 4:13 pm
Forum: ESP32 Arduino
Topic: SD filename as date?
Replies: 11
Views: 15223

Re: SD filename as date?

Hello pipi61 I just tested the filename inlcuding the / slash and IT WORKS. I,am realy exited. See my program snippets; [code// Write the sensor readings on the SD card void logSDCard() { dataPath = String(dayStamp); String dataPatha = "/"+ dataPath + ".csv"; String path = dataPatha; dataMessage = ...