Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bugs in OpenLog.ino #250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix bugs in OpenLog.ino #250

wants to merge 1 commit into from

Conversation

biomurph
Copy link

@biomurph biomurph commented Jun 9, 2022

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!

Changes to make this sketch work with latest library dependancies.
@nseidle
Copy link
Member

nseidle commented Jun 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants