Browse Source

Update report.yaml

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

21
.github/ISSUE_TEMPLATE/report.yaml

@ -39,15 +39,16 @@ body:
id: nrf24l01-module id: nrf24l01-module
attributes: attributes:
label: nRF24L01+ Module label: nRF24L01+ Module
description: What type of nRF24L01+ chip is on your nRF24L01+ module ? description: |
What type of nRF24L01+ chip is on your nRF24L01+ module ?
* you verified this is a **nRF24L01+ plus** model capable of the required 256kBit/s mode ?
* **square dot** indicates original Nordic Semicon chip ?
* **round dot** indicates copy-cat / counterfeit SI labs chip
multiple: true multiple: true
options: options:
- nRF24L01+ Plus - nRF24L01+ plus
- label: you verified this is a model capable of the required 256kBit/s mode
- square dot - square dot
- label: indicates original Nordic Semicon chip
- round dot - round dot
- label: indicates copy-cat / counterfeit SI labs chip
- type: dropdown - type: dropdown
id: antenna id: antenna
attributes: attributes:
@ -62,13 +63,15 @@ body:
id: power-stabilization id: power-stabilization
attributes: attributes:
label: Power Stabilization label: Power Stabilization
description: What kind of power stabilization have you used for your nRF24L01+ module ? description: |
What kind of voltage / power stabilization have you used for your nRF24L01+ module ?
* **~100uF Elko** (Electrolytic Capacitor) connected between +3.3V and GND (Pin 1 & 2) of the nRF24L01+ Module
* special **voltage stabilizing board**
* **nothing** (yet)
options: options:
- nothing
- ~100uF Elko - ~100uF Elko
- label: Electrolytic Capacitor [connected between +3.3V and GND (Pin 1 & 2) of the NRF Module]
- board - board
- label: Voltage stabilizing motherboard - nothing
validations: validations:
required: true required: true
- type: textarea - type: textarea

Loading…
Cancel
Save