Skip to content

ESP: add MAC address to boot_out.txt (for wifi boards) #10239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

Neradoc
Copy link

@Neradoc Neradoc commented Apr 8, 2025

Writes the wifi MAC address in the boot_out.txt making it better documented and discoverable.
This is what is done on pico W. P4 and H2 are excluded by testing for the wifi module.
The ESP already uses the MAC as UID, but with nibbles in a different order and it's not made clear that it is.

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, very close to Pico W code (and a little better, because it defaults to the weak version completely if no wifi). Thanks!

@dhalbert dhalbert merged commit 361e0eb into adafruit:main Apr 9, 2025
240 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants