File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
- type : markdown
7
7
attributes :
8
8
value : >-
9
- Thanks! for testing out CircuitPython. Now that you have encountered a
9
+ Thanks for testing out CircuitPython! Now that you have encountered a
10
10
bug... you can file a report for it.
11
11
- type : textarea
12
12
id : firmware
16
16
Include the version of CircuitPython you're running. You can see it in
17
17
the `boot_out.txt` file, as well as in the `REPL`.
18
18
placeholder : Adafruit CircuitPython 6.2.0 on 2021-03-01; Raspberry Pi Pico with rp2040
19
- render : python
20
19
validations :
21
20
required : true
22
21
- type : textarea
36
35
label : Behavior
37
36
description : What happens when you run the code above? Include error messages (if any).
38
37
placeholder : |
39
- ```python
38
+ ```
40
39
Traceback (most recent call last):
41
40
File "<stdin>", line 1, in <module>
42
41
TimeoutError: Clock stretch too long
You can’t perform that action at this time.
0 commit comments