Skip to content

Fix SD.open() for append#2632

Open
rnowling wants to merge 1 commit intoarduino:mainfrom
rnowling:patch-1
Open

Fix SD.open() for append#2632
rnowling wants to merge 1 commit intoarduino:mainfrom
rnowling:patch-1

Conversation

@rnowling
Copy link
Copy Markdown
Contributor

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
Copy Markdown

CLAassistant commented Sep 17, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jhansson-ard jhansson-ard added community Bugs and fixes suggested by the community request Tracking issue labels Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Bugs and fixes suggested by the community request Tracking issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants