OpenLog icon indicating copy to clipboard operation
OpenLog copied to clipboard

fix bugs in OpenLog.ino

Open biomurph opened this issue 3 years ago • 1 comments

Changes to make this sketch work with latest library dependencies.

As per the OpenLog Hookup Guide, the firmware running on OpenLog (OpenLog.ino) requires the use of Bill Greiman's SdFat-beta and SerialPort.

Using the latest versions of those libraries, the OpenLog.ino contains bugs that I have squashed in this pull request. Bugs are based in the SdFat library usage. I have NOT tried or tested the other OpenLog Firmware sketches.

Also, I added a feature! When you are in COMMAND_MODE you can send OpenLog a '#' and it will send back the current file number, terminated with a '\n'. You're welcome!

biomurph avatar Jun 09 '22 14:06 biomurph

Thanks @biomurph! The changes look pretty good. I'll have time to test it out soon.

nseidle avatar Jun 09 '22 15:06 nseidle