1
+ ----------------------------- Delete below -----------------------------
1
2
2
- Please fill the info fields, it helps to get you faster support ;)
3
+ INSTRUCTIONS
4
+ ============
5
+ If you do not follow these instructions, your issue may be dismissed.
6
+
7
+ 1 . Follow the checklist and fill in the [ ] spaces with an X.
8
+ 2 . Fill in all the fields marked with [ ] (pick the correct option for you in each case, delete the others).
9
+ 3 . If you haven't already done so, test your issue against current master branch (aka latest git), because it may have been already fixed.
10
+ 4 . Describe your problem.
11
+ 5 . If you have a STACK DUMP decode it:
3
12
4
- if you have a stack dump decode it:
5
13
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
6
14
7
- for better debug messages:
8
- https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
15
+ 6 . Include a Minimal Complete Reproducible Example sketch that shows your issue. Do not include your entire project, or a huge piece of code.
16
+ 7 . Include debug messages:
17
+
18
+ https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
19
+
20
+ 8 . Use markup (buttons above) and the Preview tab to check what the issue will look like.
21
+ 9 . Delete these instructions from the above to the below marker lines before submitting this issue.
22
+
9
23
10
- ----------------------------- Remove above -----------------------------
24
+ ----------------------------- Delete above -----------------------------
11
25
12
26
### Basic Infos
13
27
14
- #### Hardware
15
- Hardware: ?ESP-12?
16
- Core Version: ?2.1.0-rc2?
28
+ - [ ] This issue complies with the [ issue POLICY doc] ( https://github.com/esp8266/Arduino/blob/master/POLICY.md ) .
29
+ - [ ] I have tested that the issue is present in current master branch (aka latest git).
30
+ - [ ] If there is a stack dump, I have decoded it.
31
+ - [ ] I have filled out all fields below.
17
32
18
- ### Description
33
+ #### Platform
19
34
20
- Problem description
35
+ - Hardware: [ ESP-12]
36
+ - Core Version: [ latest git hash or date]
37
+ - Development Env: [ Arduino IDE|Platformio|Make|other]
38
+ - Operating System: [ Windows|Ubuntu|MacOS]
21
39
22
40
### Settings in IDE
23
41
24
- Module: ?Generic ESP8266 Module?
25
- Flash Size: ?4MB/1MB?
26
- CPU Frequency: ?80Mhz?
27
- Flash Mode: ?qio?
28
- Flash Frequency: ?40Mhz?
29
- Upload Using: ?OTA / SERIAL?
30
- Reset Method: ?ck / nodemcu?
42
+ - Module: [ Generic ESP8266 Module|Wemos D1 mini r2|Nodemcu|other]
43
+ - Flash Size: [ 4MB/1MB]
44
+ - CPU Frequency: [ 80Mhz|160MHz]
45
+ - Flash Mode: [ qio|dio|other]
46
+ - Flash Frequency: [ 40Mhz]
47
+ - Upload Using: [ OTA|SERIAL]
48
+ - Upload speed: [ 115200|other] (serial upload only)
49
+ - Reset Method: [ ck|nodemcu]
31
50
32
51
33
- ### Sketch
52
+ ### Problem Description
53
+
54
+ Detailed problem description goes here.
55
+
56
+
57
+ ### MCVE Sketch
34
58
35
59
``` cpp
36
60
@@ -43,12 +67,13 @@ void setup() {
43
67
void loop () {
44
68
45
69
}
70
+
46
71
```
47
72
48
73
### Debug Messages
49
74
50
75
```
51
- messages here
76
+ Debug messages go here
52
77
```
53
78
54
79
0 commit comments