Browse Source

Update report.yaml

pull/347/head
stefan123t 3 years ago
committed by GitHub
parent
commit
9d9e681536
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      .github/ISSUE_TEMPLATE/report.yaml

24
.github/ISSUE_TEMPLATE/report.yaml

@ -111,18 +111,18 @@ body:
label: Relevant log output 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. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
value: | value: |
"## Connection diagram I used:" ## Connection diagram I used:
"| nRF24L01+ Pin | ESP8266/32 GPIO |" | nRF24L01+ Pin | ESP8266/32 GPIO |
"| ------------- | --------------- |" | ------------- | --------------- |
"| Pin 1 GND [] | GND |" | Pin 1 GND [] | GND |
"| Pin 2 +3.3V | +3.3V |" | Pin 2 +3.3V | +3.3V |
"| Pin 3 CE | GPIO_2/_4 CE |" | Pin 3 CE | GPIO_2/_4 CE |
"| Pin 4 CSN | GPIO15/_5 CS |" | Pin 4 CSN | GPIO15/_5 CS |
"| Pin 5 SCK | GPIO14/18 SCLK |" | Pin 5 SCK | GPIO14/18 SCLK |
"| Pin 6 MOSI | GPIO13/23 MOSI |" | Pin 6 MOSI | GPIO13/23 MOSI |
"| Pin 7 MISO | GPIO12/19 MISO |" | Pin 7 MISO | GPIO12/19 MISO |
"| Pin 8 IRQ | GPIO_0/0 IRQ |" | Pin 8 IRQ | GPIO_0/0 IRQ |
"Note: [] GND Pin 1 has a square mark on the nRF24L01+ module" Note: [] GND Pin 1 has a square mark on the nRF24L01+ module
render: shell render: shell
- type: checkboxes - type: checkboxes
id: connection-picture id: connection-picture

Loading…
Cancel
Save