stefan123t
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
0 deletions
-
.github/ISSUE_TEMPLATE/report.yaml
|
|
@ -3,6 +3,7 @@ description: "File a bug report" |
|
|
|
title: "[ESP8266/ESP32/RaspberryPi] Problem Description / Beschreibung" |
|
|
|
labels: ["bug", "needs-triage"] |
|
|
|
assignees: |
|
|
|
- stefan123t |
|
|
|
body: |
|
|
|
- type: markdown |
|
|
|
attributes: |
|
|
@ -43,3 +44,13 @@ body: |
|
|
|
- "[ ] nRF24L01+ you verified this is a 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" |
|
|
|
- type: dropdown |
|
|
|
id: antenna |
|
|
|
attributes: |
|
|
|
label: Antenna |
|
|
|
description: "What type of antenna has your nRF24L01+ module ?" |
|
|
|
options: |
|
|
|
- circuit Board |
|
|
|
- external Antenna |
|
|
|
validations: |
|
|
|
required: true |
|
|
|