Unable Read data #153
Labels
help wanted
Help is requested from anyone with expertise in the area the issue is in.
low priority
This is a low priority item and will be actioned when possible
possible bug
Possibly a bug. Needs verification before moving to *bug* status.
Milestone
---------------------------- DO NOT DELETE OR EDIT anything above this line ----------------------------
Hey there! Thanks for using the SPIFlash library for Arduino.
Please note that starting 01.03.2018 any issue 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, the issue will be closed.
Note: For support questions, please use the Arduino Forums. This repository's issues are reserved for feature requests and bug reports.
Issue details
I'm submitting a ...
Do the checklist before filing an issue:
When opening an issue please include the following details:
Bug reports only
If this is a bug report -
Make sure you have run FlashDiagnostics.ino with
#define RUNDIAGNOSTICS
uncommented in SPIFlash.h. List any error codes that pop up in your Serial output when you run FlashDiagnostics.ino.here:Error codes
------------
-
-
-
-
-
If you have a problem with a particular function, call the flash.error() function (after you have made sure you have started up your Serial port with a
Serial.begin(BAUD)
). Provide details of the function, the data given to/ expected from the function and the error code here: (Please repeat this for every function you have an error with*)Function -
Data -
Error code -
Provide a minimal code snippet example that reproduces the bug. Please make sure you wrap any code in the proper code blocks like below
Feature Requests only
Make sure to add all the information needed to understand the bug/feature so that someone can help. If the info is missing we'll add the 'Needs more information' label and close the issue until there is enough information.
The text was updated successfully, but these errors were encountered: