You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Before submitting a new issue, please follow the checklist and try to find the answer.
10
+
options:
11
+
- label: I have read the documentation [Bytebeam Arduino Docs](https://docs.bytebeam.io/docs/arduino) and the issue is not addressed there.
12
+
required: true
13
+
- label: I have gone through [Existing Isssues](https://github.com/bytebeamio/bytebeam-arduino-sdk/issues) for a similar issue and not found a similar issue.
14
+
required: true
15
+
- type: input
16
+
id: board
17
+
attributes:
18
+
label: Board
19
+
description: On which Board does this issue occur?
20
+
placeholder: eg. ESP32 Dev Module, ESP32-S2, NodeMCU 1.0 (ESP-12E Module)...
21
+
validations:
22
+
required: true
23
+
- type: textarea
24
+
id: devboard
25
+
attributes:
26
+
label: Device Description
27
+
description: What development board or other hardware is the chip attached to?
28
+
placeholder: ex. DevKitC, plain module on breadboard, etc. If your hardware is custom or unusual, please attach a photo.
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: other-hw
33
+
attributes:
34
+
label: Hardware Configuration
35
+
description: Is anything else attached to the development board?
36
+
placeholder: ex. GPIO 18 & 19 are connected to I2C devices.
37
+
validations:
38
+
required: true
39
+
- type: input
40
+
id: arduino-esp32-version
41
+
attributes:
42
+
label: Arduino-ESP32 Version
43
+
description: What version of Arduino ESP32 are you running? If possible, consider updating to the latest version.
44
+
validations:
45
+
required: true
46
+
- type: dropdown
47
+
id: bytebeam-arduino-sdk-version
48
+
attributes:
49
+
label: Bytebeam Arduino SDK Version
50
+
description: What version of Bytebeam Arduino SDK are you running? If possible, consider updating to the latest version.
description: Please provide full minimal sketch/code which can be run to reproduce your issue
86
+
placeholder: ex. Related part of the code to replicate the issue
87
+
render: cpp
88
+
validations:
89
+
required: true
90
+
- type: textarea
91
+
id: Debug
92
+
attributes:
93
+
label: Debug Message
94
+
description: Please provide a debug message or error message. If you have a Guru Meditation Error or Backtrace, please decode it with [ExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder)
95
+
placeholder: Set Bytebeam Arduino Logger to debug level - Use BytebeamLogger::LOG_DEBUG in begin method, then put the serial output here.
96
+
render: plain
97
+
validations:
98
+
required: true
99
+
- type: textarea
100
+
id: other-remarks
101
+
attributes:
102
+
label: More Information
103
+
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.
104
+
placeholder: ex. I also tried on other OS, HW...it works correctly on that setup.
105
+
- type: checkboxes
106
+
id: confirmation
107
+
attributes:
108
+
label: I have checked existing issues, online documentation and the Troubleshooting Guide
109
+
description: You agree to check all the resources above before opening a new issue.
110
+
options:
111
+
- label: I confirm I have checked existing issues and online documentation.
0 commit comments