Skip to content

Commit e8c2727

Browse files
authoredJan 6, 2025
Merge branch 'master' into patch-1
2 parents e84f7ed + 9eb7dc6 commit e8c2727

File tree

385 files changed

+13993
-3160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+13993
-3160
lines changed
 

‎.github/ISSUE_TEMPLATE/Issue-report.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
* Before reporting a new issue please check and search in [List of existing issues](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue)
8+
* Before reporting a new issue please check and search in [List of existing issues](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue)
99
* Please check [Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/index.html)
1010
* Take a look on [Troubleshooting guide](https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html)
1111
* If still experiencing the issue, please provide as many details as possible below about your hardware, computer setup and code.
@@ -24,7 +24,7 @@ body:
2424
description: What development board or other hardware is the chip attached to?
2525
placeholder: ex. DevKitC, plain module on breadboard, etc. If your hardware is custom or unusual, please attach a photo.
2626
validations:
27-
required: true
27+
required: true
2828
- type: textarea
2929
id: other-hw
3030
attributes:
@@ -41,6 +41,8 @@ body:
4141
options:
4242
- latest master (checkout manually)
4343
- latest development Release Candidate (RC-X)
44+
- v3.1.0
45+
- v3.0.7
4446
- v3.0.6
4547
- v3.0.5
4648
- v3.0.4
@@ -60,7 +62,7 @@ body:
6062
- v2.0.8
6163
- v2.0.7
6264
- v2.0.6
63-
- v2.0.5
65+
- v2.0.5
6466
- v2.0.4
6567
- v2.0.3
6668
- v2.0.2
@@ -77,7 +79,7 @@ body:
7779
description: What IDE are you using?
7880
placeholder: eg. Arduino IDE, VSCode, Sloeber...
7981
validations:
80-
required: true
82+
required: true
8183
- type: input
8284
id: os
8385
attributes:
@@ -95,13 +97,13 @@ body:
9597
validations:
9698
required: true
9799
- type: dropdown
98-
id: PSRAM
100+
id: PSRAM
99101
attributes:
100102
label: PSRAM enabled
101103
description: Is PSRAM enabled?
102104
options:
103-
- 'yes'
104-
- 'no'
105+
- "yes"
106+
- "no"
105107
validations:
106108
required: true
107109
- type: input
@@ -116,8 +118,8 @@ body:
116118
id: Description
117119
attributes:
118120
label: Description
119-
description: Please describe your problem here and expected behaviour
120-
placeholder: ex. Can't connect/weird behaviour/wrong function/missing parameter..
121+
description: Please describe your problem here and expected behavior
122+
placeholder: ex. Can't connect/weird behavior/wrong function/missing parameter..
121123
validations:
122124
required: true
123125
- type: textarea
@@ -128,7 +130,7 @@ body:
128130
placeholder: ex. Related part of the code to replicate the issue
129131
render: cpp
130132
validations:
131-
required: true
133+
required: true
132134
- type: textarea
133135
id: Debug
134136
attributes:
@@ -137,11 +139,11 @@ body:
137139
placeholder: Enable Core debug level - Debug on tools menu of Arduino IDE, then put the serial output here.
138140
render: plain
139141
validations:
140-
required: true
142+
required: true
141143
- type: textarea
142144
id: other-remarks
143145
attributes:
144-
label: Other Steps to Reproduce
146+
label: Other Steps to Reproduce
145147
description: Is there any other information you can think of which will help us reproduce this problem? Any additional info can be added as well.
146148
placeholder: ex. I also tried on other OS, HW...it works correctly on that setup.
147149
- type: checkboxes

‎.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ contact_links:
55
about: Community channel for questions and help
66
- name: ESP32 Forum - Arduino
77
url: https://esp32.com/viewforum.php?f=19
8-
about: Official Forum for questions
8+
about: Official Forum for questions

0 commit comments

Comments
 (0)