The following codeon a UM Feather S2 causes a crash (loss of USB and reset) on soft reboot, like by saving a file, with latest (and drops into safe mode on 6.1.0, which is better in terms of recoverability).
import board
import gamepad
from digitalio import DigitalInOut, Pull
button1 = DigitalInOut(board.IO7)
pad = gamepad.GamePad(
button1,
)
Tested on a Lilygo TTGO too.
Seems similar to #4166, but different port, slightly different symptoms.
The following codeon a UM Feather S2 causes a crash (loss of USB and reset) on soft reboot, like by saving a file, with latest (and drops into safe mode on 6.1.0, which is better in terms of recoverability).
Tested on a Lilygo TTGO too.
Seems similar to #4166, but different port, slightly different symptoms.