Any bug report raised here MUST be submitted according to this template or it will be flagged with 'Not enough information'. No action will be taken till all the prerequisite information is provided. If no information is provided for over a month after the 'Not enough information' label is applied, the issue will be closed.
Pre-bug report checklist:
Do this checklist before filing an bug report:
[ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
[ ] Is this an idea for a feature? Post it as a Feature request. NOT a bug report.
[x] Is this a bug that you cannot fix? Go ahead with filing a bug report below
Bug Report
Describe the bug
There is a problem waiting to happen with the way _nextBuf() is structured. It needs fixing.
To Reproduce
Provide a minimal code snippet example that reproduces the bug (If you're using one of the examples that came with the library, just tell us which one instead of pasting the entire example's code). Please make sure you wrap any code in the proper code blocks like below
_nextBuf();
Expected behavior
Transfer an array across.
Software environment (please complete the following information):
Library version: [e.g. v3.3.0] v3.4.0
Arduino IDE version: [e.g. 1.8.9] v1.8.9
OS: [e.g. Linux] macOS 10.14.5
Micro controller platform: [e.g. Feather M0] All platforms
Flash/Fram memory module: [e.g. SST25VF064C] All SPI Flash
Additional context
Refer to #102 for further details.
DO NOT DELETE OR EDIT anything below this
Note 1: Make sure to add all the information needed to understand the bug so that someone can help. If any essential information is missing we'll add the 'Needs more information' label and close the issue until there is enough information.
Note 2: For support questions (for example, tutorials on how to use the library), please use the Arduino Forums. This repository's issues are reserved for feature requests and bug reports.
Any bug report raised here MUST be submitted according to this template or it will be flagged with 'Not enough information'. No action will be taken till all the prerequisite information is provided. If no information is provided for over a month after the 'Not enough information' label is applied, the issue will be closed.
Pre-bug report checklist:
Do this checklist before filing an bug report:
Bug Report
Describe the bug
There is a problem waiting to happen with the way
_nextBuf()
is structured. It needs fixing.To Reproduce
Provide a minimal code snippet example that reproduces the bug (If you're using one of the examples that came with the library, just tell us which one instead of pasting the entire example's code). Please make sure you wrap any code in the proper code blocks like below
Expected behavior
Transfer an array across.
Software environment (please complete the following information):
Additional context
Refer to #102 for further details.
DO NOT DELETE OR EDIT anything below this
Note 1: Make sure to add all the information needed to understand the bug so that someone can help. If any essential information is missing we'll add the 'Needs more information' label and close the issue until there is enough information.
Note 2: For support questions (for example, tutorials on how to use the library), please use the Arduino Forums. This repository's issues are reserved for feature requests and bug reports.