Open
Description
when using machine.u2if.py I was confronted with an error
I investigated the cause. I found that
line 40 reads: serial_number = self._hid.serial
and line 49 reads: return self.serial_number.
When I changed line 40 into: self.serial_number = self._hid.serial
the error disappeared and I got an answer: the serial number of the Pico.
Metadata
Metadata
Assignees
Labels
No labels