You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

4
4
###### ---------------------------- **DO NOT DELETE OR EDIT** anything above this line ----------------------------
5
-
###### ---------------------------- **DO NOT DELETE OR EDIT** anything above this line ----------------------------
5
+
6
6
7
7
Hey there! Thanks for using the SPIFlash library for Arduino.
8
8
### 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.
@@ -20,7 +20,7 @@ Do the checklist before filing an issue:
20
20
21
21
-[ ] Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
22
22
-[ ] Is this an idea for a feature? Post the feature request as an issue here with a title that clearly says "Feature Request".
23
-
-[ ] Is this a bug that you cannot fix? Post the bug report as an issue here with a title that cleary says "Bug Report".
23
+
-[ ] Is this a bug that you cannot fix? Post the bug report as an issue here with a title that clearly says "Bug Report".
24
24
25
25
When opening an issue please include the following details:
@@ -29,7 +29,7 @@ When opening an issue please include the following details:
29
29
-[ ] Which library version are you using?
30
30
-[ ] Which Arduino IDE version are you compiling the library on?
31
31
-[ ] Which OS are you compiling your code on? [Linux / Mac / Windows]
32
-
-[ ] Which microcontroller platform are you using?
32
+
-[ ] Which micro controller platform are you using?
33
33
-[ ] Which Flash memory module are you using?
34
34
-[ ] What is the current behavior?
35
35
-[ ] What is the expected behavior?
@@ -38,19 +38,15 @@ When opening an issue please include the following details:
38
38
###### Bug reports only
39
39
- If this is a bug report -
40
40
41
-
-[ ] 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:
42
-
Error codes
43
-
------------
44
-
-
45
-
-
46
-
-
47
-
-
48
-
-
41
+
-[ ] Make sure you have run FlashDiagnostics.ino with ``` #define RUNDIAGNOSTICS ``` uncommented in SPIFlash.h. Paste the **relevant sections** of the output from your Serial console when you run FlashDiagnostics.ino.here:
42
+
```
43
+
```FlashDiagnostics output```
44
+
```
49
45
-[ ] 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***)
50
46
Function -
51
47
Data -
52
48
Error code -
53
-
-[ ] Provide a **minimal code snippet** example that reproduces the bug. Please make sure you wrap any code in the proper code blocks like below
49
+
-[ ] 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). Please make sure you wrap any code in the proper code blocks like below
0 commit comments