mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 12:20:43 +00:00
Trunk
This commit is contained in:
parent
f1dd623ce9
commit
b0c5327585
5
.github/pull_request_template.md
vendored
5
.github/pull_request_template.md
vendored
@ -1,6 +1,7 @@
|
|||||||
## 🙏 Thank you for sending in a pull request, here's some tips to get started!
|
## 🙏 Thank you for sending in a pull request, here's some tips to get started!
|
||||||
|
|
||||||
### ❌ (Please delete all these tips and replace them with your text) ❌
|
### ❌ (Please delete all these tips and replace them with your text) ❌
|
||||||
|
|
||||||
- Before starting on some new big chunk of code, it it is optional but highly recommended to open an issue first
|
- Before starting on some new big chunk of code, it it is optional but highly recommended to open an issue first
|
||||||
to say "Hey, I think this idea X should be implemented and I'm starting work on it. My general plan is Y, any feedback
|
to say "Hey, I think this idea X should be implemented and I'm starting work on it. My general plan is Y, any feedback
|
||||||
is appreciated." This will allow other devs to potentially save you time by not accidentially duplicating work etc...
|
is appreciated." This will allow other devs to potentially save you time by not accidentially duplicating work etc...
|
||||||
@ -15,12 +16,12 @@
|
|||||||
- If you do not have the affected hardware to test your code changes adequately against regressions, please indicate this, so that contributors and commnunity members can help test your changes.
|
- If you do not have the affected hardware to test your code changes adequately against regressions, please indicate this, so that contributors and commnunity members can help test your changes.
|
||||||
- If your PR gets accepted you can request a "Contributor" role in the Meshtastic Discord
|
- If your PR gets accepted you can request a "Contributor" role in the Meshtastic Discord
|
||||||
|
|
||||||
|
|
||||||
## 🤝 Attestations
|
## 🤝 Attestations
|
||||||
|
|
||||||
- [ ] I have tested that my proposed changes behave as described.
|
- [ ] I have tested that my proposed changes behave as described.
|
||||||
- [ ] I have tested that my proposed changes do not cause any obvious regressions on the following devices:
|
- [ ] I have tested that my proposed changes do not cause any obvious regressions on the following devices:
|
||||||
- [ ] Heltec (Lora32) V3
|
- [ ] Heltec (Lora32) V3
|
||||||
- [ ] LilyGo T-Deck
|
- [ ] LilyGo T-Deck
|
||||||
- [ ] LilyGo T-Beam
|
- [ ] LilyGo T-Beam
|
||||||
- [ ] RAK WisBlock 4631
|
- [ ] RAK WisBlock 4631
|
||||||
- [ ] Seeed Studio T-1000E tracker card
|
- [ ] Seeed Studio T-1000E tracker card
|
||||||
|
@ -7,9 +7,7 @@
|
|||||||
"cpu": "cortex-m4",
|
"cpu": "cortex-m4",
|
||||||
"extra_flags": "-DARDUINO_MDBT50Q_RX -DNRF52840_XXAA",
|
"extra_flags": "-DARDUINO_MDBT50Q_RX -DNRF52840_XXAA",
|
||||||
"f_cpu": "64000000L",
|
"f_cpu": "64000000L",
|
||||||
"hwids": [
|
"hwids": [["0x2886", "0x0166"]],
|
||||||
["0x2886", "0x0166"]
|
|
||||||
],
|
|
||||||
"usb_product": "XIAO-BOOT",
|
"usb_product": "XIAO-BOOT",
|
||||||
"mcu": "nrf52840",
|
"mcu": "nrf52840",
|
||||||
"variant": "seeed_xiao_nrf52840_kit",
|
"variant": "seeed_xiao_nrf52840_kit",
|
||||||
|
Loading…
Reference in New Issue
Block a user