mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
Update report.yaml
This commit is contained in:
parent
e29399aa92
commit
25d2afe0ee
1 changed files with 36 additions and 23 deletions
59
.github/ISSUE_TEMPLATE/report.yaml
vendored
59
.github/ISSUE_TEMPLATE/report.yaml
vendored
|
@ -27,7 +27,7 @@ body:
|
||||||
- RaspberryPi
|
- RaspberryPi
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: model
|
id: model
|
||||||
attributes:
|
attributes:
|
||||||
label: Model name
|
label: Model name
|
||||||
|
@ -42,17 +42,20 @@ body:
|
||||||
description: What type of nRF24L01+ chip is on your nRF24L01+ module ?
|
description: What type of nRF24L01+ chip is on your nRF24L01+ module ?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- nRF24L01+ you verified this is a Plus model capable of the required 256kBit/s mode
|
- nRF24L01+ Plus
|
||||||
- square dot indicates original Nordic Semicon chip
|
- label: you verified this is a model capable of the required 256kBit/s mode
|
||||||
- round dot indicates copy-cat / counterfeit SI labs chip
|
- square dot
|
||||||
|
- label: indicates original Nordic Semicon chip
|
||||||
|
- round dot
|
||||||
|
- label: indicates copy-cat / counterfeit SI labs chip
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: antenna
|
id: antenna
|
||||||
attributes:
|
attributes:
|
||||||
label: Antenna
|
label: Antenna
|
||||||
description: What type of antenna has your nRF24L01+ module ?
|
description: What type of antenna has your nRF24L01+ module ?
|
||||||
options:
|
options:
|
||||||
- circuit Board
|
- circuit board
|
||||||
- external Antenna
|
- external antenna
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -61,9 +64,11 @@ body:
|
||||||
label: Power Stabilization
|
label: Power Stabilization
|
||||||
description: What kind of power stabilization have you used for your nRF24L01+ module ?
|
description: What kind of power stabilization have you used for your nRF24L01+ module ?
|
||||||
options:
|
options:
|
||||||
- noting (yet)
|
- nothing
|
||||||
- ~100uF Electrolytic Capacitor [connected between +3.3V and GND (Pin 1 & 2) of the NRF Module]
|
- ~100uF Elko
|
||||||
- Voltage stabilizing motherboard
|
- label: Electrolytic Capacitor [connected between +3.3V and GND (Pin 1 & 2) of the NRF Module]
|
||||||
|
- board
|
||||||
|
- label: Voltage stabilizing motherboard
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -83,25 +88,42 @@ body:
|
||||||
| 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
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: connection-picture
|
||||||
|
attributes:
|
||||||
|
label: Connection picture
|
||||||
|
description:
|
||||||
|
options:
|
||||||
|
- label: I will attach/upload an Image of my wiring
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "## Software"
|
value: "## Software"
|
||||||
- type: input
|
- type: input
|
||||||
id: software
|
id: software-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Software
|
label: Version
|
||||||
description: What version of our software are you running ?
|
description: What version of our software are you running ?
|
||||||
placeholder: "Version: 0.5.17 Github Hash: 5402e9b"
|
placeholder: 0.5.17
|
||||||
value: "Version: _._.__ Github Hash: _______"
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: software-githash
|
||||||
|
attributes:
|
||||||
|
label: Github Hash
|
||||||
|
description: Which GitHub hash has the build of our software ?
|
||||||
|
placeholder: 5402e9b
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: build-and-flash-method
|
id: build-and-flash-method
|
||||||
attributes:
|
attributes:
|
||||||
label: "Build & Flash Method"
|
label: Build & Flash Method
|
||||||
description: What software do you use to build and flash our firmware images ?
|
description: What software do you use to build and flash our firmware images ?
|
||||||
options:
|
options:
|
||||||
- ESP Tools
|
- ESP Tools
|
||||||
|
@ -128,12 +150,3 @@ 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: checkboxes
|
|
||||||
id: connection-picture
|
|
||||||
attributes:
|
|
||||||
label: Connection picture
|
|
||||||
description:
|
|
||||||
options:
|
|
||||||
- label: I will attach/upload an Image of my wiring
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue