docs-content
docs-content copied to clipboard
Fix SD.open() for append
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
- [x] I confirm that I have read the contribution guidelines and comply with them.