acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
bug_report.md (1274B)
1 --- 2 name: Bug report 3 about: Create a report to help us improve 4 title: '' 5 labels: '' 6 assignees: '' 7 8 --- 9 10 **IMPORTANT: Check the wiki** 11 Before submitting new issue, please check the [Wiki](https://github.com/jgromes/RadioLib/wiki) and the [API documentation](https://jgromes.github.io/RadioLib/). You might find a solution to your issue there. 12 13 **Describe the bug** 14 A clear and concise description of what the bug is. When applicable, please include [debug mode output](https://github.com/jgromes/RadioLib/wiki/Debug-mode). 15 16 **To Reproduce** 17 Minimal Arduino sketch to reproduce the behavior. Please user Markdown to style the code to make it readable (see [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code)). 18 19 **Expected behavior** 20 A clear and concise description of what you expected to happen. 21 22 **Screenshots** 23 If applicable, add screenshots to help explain your problem. 24 25 **Additional info (please complete):** 26 - MCU: [e.g. Arduino Uno, ESP8266 etc.] 27 - 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] 28 - Wireless module type [e.g. CC1101, SX1268, etc.] 29 - Arduino IDE version [e.g. 1.8.5] 30 - Library version [e.g. 3.0.0]