From a68f689a853ec7193418f8cc3dada01ebd3b1d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sun, 1 Sep 2024 08:34:00 +0200 Subject: [PATCH] Update module-not-working.md --- .github/ISSUE_TEMPLATE/module-not-working.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/module-not-working.md b/.github/ISSUE_TEMPLATE/module-not-working.md index 096d07a3..d6d8f356 100644 --- a/.github/ISSUE_TEMPLATE/module-not-working.md +++ b/.github/ISSUE_TEMPLATE/module-not-working.md @@ -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** +
Sketch that is causing the module fail +

```c++ paste the sketch here, even if it is an unmodified example code ``` +

+
+ **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`. +
Debug mode output +

+ +``` +paste the debug output here +``` + +

+
+ **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]