CircuitPython version
Code/REPL
import board
import digitalio
led = digitalio.DigitalInOut(board.LED)
led.switch_to_output(value=1)
while True:
pass
Behavior
The LED comes on after 2.45s from connecting power or pressing RST button.
Description
This seems about twice as long as expected, with the safe mode delay being about 1s, and without an UF2 bootloader on the board.
Additional information
No response
CircuitPython version
Code/REPL
Behavior
The LED comes on after 2.45s from connecting power or pressing RST button.
Description
This seems about twice as long as expected, with the safe mode delay being about 1s, and without an UF2 bootloader on the board.
Additional information
No response