Magneticdud / Arduinomania

Arduino stuff that I've done for fun
1 stars 0 forks source link

DHT22_Logger can't create file if more than 100 files in dir #1

Open Magneticdud opened 9 years ago

Magneticdud commented 9 years ago

If you run the program more than 100 times, it will create up to MYLOG99.TXT file, then it can't create new files.

Se esegui il programma più di 100 volte, vengono creati file sequenziali fino a MYLOG99.TXT, poi non può creare nuovi file.

Magneticdud commented 9 years ago

Maybe just name the file YYMMDD01.TXT Investigate if SD lib supports LFN for longer names

Magneticdud commented 9 years ago

LFN can work on Arduino, but uses too much resources, I won't do it for such a trivial reason http://forum.arduino.cc/index.php?topic=266620.0