mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 02:01:38 +02:00
Update report.yaml
This commit is contained in:
parent
9205cacccc
commit
b3dc05b80e
1 changed files with 13 additions and 0 deletions
13
.github/ISSUE_TEMPLATE/report.yaml
vendored
13
.github/ISSUE_TEMPLATE/report.yaml
vendored
|
@ -110,6 +110,19 @@ body:
|
|||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
value: |
|
||||
"## Connection diagram I used:"
|
||||
"| nRF24L01+ Pin | ESP8266/32 GPIO |"
|
||||
"| ------------- | --------------- |"
|
||||
"| Pin 1 GND [] | GND |"
|
||||
"| Pin 2 +3.3V | +3.3V |"
|
||||
"| Pin 3 CE | GPIO_2/_4 CE |"
|
||||
"| Pin 4 CSN | GPIO15/_5 CS |"
|
||||
"| Pin 5 SCK | GPIO14/18 SCLK |"
|
||||
"| Pin 6 MOSI | GPIO13/23 MOSI |"
|
||||
"| Pin 7 MISO | GPIO12/19 MISO |"
|
||||
"| Pin 8 IRQ | GPIO_0/0 IRQ |"
|
||||
"Note: [] GND Pin 1 has a square mark on the nRF24L01+ module"
|
||||
render: shell
|
||||
- type: checkboxes
|
||||
id: connection-picture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue