mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 16:36:38 +02:00
Update report.yaml
This commit is contained in:
parent
9d9e681536
commit
e29399aa92
1 changed files with 23 additions and 19 deletions
42
.github/ISSUE_TEMPLATE/report.yaml
vendored
42
.github/ISSUE_TEMPLATE/report.yaml
vendored
|
@ -66,6 +66,29 @@ body:
|
||||||
- Voltage stabilizing motherboard
|
- Voltage stabilizing motherboard
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: connection-diagram
|
||||||
|
attributes:
|
||||||
|
label: Connection diagram
|
||||||
|
description: Tell us which connection diagram you used?
|
||||||
|
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
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "## Software"
|
||||||
- type: input
|
- type: input
|
||||||
id: software
|
id: software
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -105,25 +128,6 @@ body:
|
||||||
- USB Serial Log (attached)
|
- USB Serial Log (attached)
|
||||||
- Setup settings (use our templates ... to be added)
|
- Setup settings (use our templates ... to be added)
|
||||||
render: shell
|
render: shell
|
||||||
- type: textarea
|
|
||||||
id: logs
|
|
||||||
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
|
- type: checkboxes
|
||||||
id: connection-picture
|
id: connection-picture
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue