File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ Please fill the info fields, it helps to get you faster support ;)
3+
4+ if you have a stack dump decode it:
5+ https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.md
6+
7+ for better debug messages:
8+ https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.md
9+
10+ ----------------------------- Remove above -----------------------------
11+
12+ ### Basic Infos
13+
14+ #### Hardware
15+ Hardware: ?ESP-12?
16+ Core Version: ?2.1.0-rc2?
17+
18+ ### Description
19+
20+ Problem description
21+
22+ ### Settings in IDE
23+
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?
31+
32+
33+ ### Sketch
34+
35+ ``` cpp
36+
37+ #include < Arduino.h>
38+
39+ void setup () {
40+
41+ }
42+
43+ void loop () {
44+
45+ }
46+ ```
47+
48+ ### Debug Messages
49+
50+ ```
51+ messages here
52+ ```
53+
54+
You can’t perform that action at this time.
0 commit comments