Skip to content

Conversation

rnowling
Copy link

What This PR Changes

The SD.open() method only accepts FILE_READ and FILE_WRITE -- FILE_APPEND is not defined. FILE_WRITE defaults to seeking to the end of the file and will facilitate an append operation. Fixes motion logger example.

Contribution Guidelines

The SD.open() method only accepts FILE_READ and FILE_WRITE -- FILE_APPEND is not defined.  FILE_WRITE defaults to seeking to the end of the file and will facilitate an append operation.  Fix example.
@CLAassistant
Copy link

CLAassistant commented Sep 17, 2025

CLA assistant check
All committers have signed the CLA.

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