Update module-not-working.md
This commit is contained in:
parent
d3f9eaf30b
commit
a68f689a85
1 changed files with 16 additions and 2 deletions
18
.github/ISSUE_TEMPLATE/module-not-working.md
vendored
18
.github/ISSUE_TEMPLATE/module-not-working.md
vendored
|
@ -14,21 +14,35 @@ assignees: ''
|
|||
4. Use [Arduino forums](https://forum.arduino.cc/) to ask generic questions about wireless modules, wiring, usage, etc. Only create issues for problems specific to RadioLib!
|
||||
5. Error codes, their meaning and how to fix them can be found on [this page](https://jgromes.github.io/RadioLib/group__status__codes.html).
|
||||
|
||||
**Sketch that is causing the module fail**
|
||||
<details><summary>Sketch that is causing the module fail</summary>
|
||||
<p>
|
||||
|
||||
```c++
|
||||
paste the sketch here, even if it is an unmodified example code
|
||||
```
|
||||
|
||||
</p>
|
||||
</details>
|
||||
|
||||
**Hardware setup**
|
||||
Wiring diagram, schematic, pictures etc.
|
||||
|
||||
**Debug mode output**
|
||||
Enable the appropriate [debug levels](https://github.com/jgromes/RadioLib/wiki/Debug-mode) and paste the Serial monitor output here. For debugging protocols, enable `RADIOLIB_DEBUG_PROTOCOL`. For debugging issues with the radio module itself, enable `RADIOLIB_DEBUG_SPI`.
|
||||
|
||||
<details><summary>Debug mode output</summary>
|
||||
<p>
|
||||
|
||||
```
|
||||
paste the debug output here
|
||||
```
|
||||
|
||||
</p>
|
||||
</details>
|
||||
|
||||
**Additional info (please complete):**
|
||||
- MCU: [e.g. Arduino Uno, ESP8266 etc.]
|
||||
- Link to Arduino core: [e.g. https://github.com/stm32duino/Arduino_Core_STM32 when using official STM32 core. See readme for links to all supported cores]
|
||||
- Wireless module type [e.g. CC1101, SX1268, etc.]
|
||||
- Arduino IDE version [e.g. 1.8.5]
|
||||
- Library version [e.g. 3.0.0]
|
||||
- Library version [e.g. 3.0.0 or git hash]
|
||||
|
|
Loading…
Add table
Reference in a new issue