I have a simple program that writes data every 15 seconds to a Particle device. I have successfully pulled in the "SparkFun_Qwiic_OpenLog_Arduino_Library.h" library and the program is writing data to "LOG0000X.TXT". However, the docs say that I can use the .create("filename.ext") or .append("filename.ext" methods to create a new file and in the latter case, append to it. For me, All the system does is add the words "filename.ext" to the beginning text of my log. It does not create a new file at all. Either Im doing something wrong, or there is a bug. I'm using 3.0 of the software and my Qwiic OpenLog reports that its using a "25.25" firmware.
I have a simple program that writes data every 15 seconds to a Particle device. I have successfully pulled in the "SparkFun_Qwiic_OpenLog_Arduino_Library.h" library and the program is writing data to "LOG0000X.TXT". However, the docs say that I can use the .create("filename.ext") or .append("filename.ext" methods to create a new file and in the latter case, append to it. For me, All the system does is add the words "filename.ext" to the beginning text of my log. It does not create a new file at all. Either Im doing something wrong, or there is a bug. I'm using 3.0 of the software and my Qwiic OpenLog reports that its using a "25.25" firmware.