docs-content icon indicating copy to clipboard operation
docs-content copied to clipboard

Fix SD.open() for append

Open rnowling opened this issue 5 months ago • 1 comments

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

rnowling avatar Sep 17 '25 17:09 rnowling

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 17 '25 17:09 CLAassistant