forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
CircuitPython version and board name
We made a custom .uf2 file for our board (https://circuitpython.org/board/studiolab_picoexpander/) but when we upload this .uf2 file to the board the MAC address in the boot_out.txt prints 00:00:00:00:00:00, when I upload the Pico 2W .uf2 file to the board, it does print the right MAC address.
Code/REPL
print("hello world")Behavior
hello world
Description
No response
Additional information
No response