Looks useful.
I added code to print Pico ID.
I added code to print Pico ID.
Code:
import os, machinelst = os.uname()for n in range(len(lst)): print(n, ":", lst[n])nid = int.from_bytes(machine.unique_id(), 'big')print("id = ", hex(nid))Statistics: Posted by Milliways — Mon Apr 14, 2025 1:59 am