forked from esp8266/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
|
||
Please fill the info fields, it helps to get you faster support ;) | ||
|
||
if you have a stack dump decode it: | ||
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.md | ||
|
||
for better debug messages: | ||
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.md | ||
|
||
----------------------------- Remove above ----------------------------- | ||
|
||
### Basic Infos | ||
|
||
#### Hardware | ||
Hardware: ?ESP-12? | ||
Core Version: ?2.1.0-rc2? | ||
|
||
### Description | ||
|
||
Problem description | ||
|
||
### Settings in IDE | ||
|
||
Module: ?Generic ESP8266 Module? | ||
Flash Size: ?4MB/1MB? | ||
CPU Frequency: ?80Mhz? | ||
Flash Mode: ?qio? | ||
Flash Frequency: ?40Mhz? | ||
Upload Using: ?OTA / SERIAL? | ||
Reset Method: ?ck / nodemcu? | ||
|
||
|
||
### Sketch | ||
|
||
```cpp | ||
|
||
#include <Arduino.h> | ||
|
||
void setup() { | ||
|
||
} | ||
|
||
void loop() { | ||
|
||
} | ||
``` | ||
|
||
### Debug Messages | ||
|
||
``` | ||
messages here | ||
``` | ||
|
||
|