-
-
Notifications
You must be signed in to change notification settings - Fork 212
Ethernet::MACAddress()
implementation
#402
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
Conversation
Use Mbed's `macAddress()` implementation for Arduino `MACAddress()` The Mac Address seems to be stable/valid only after `::begin()`, However, I can't explain myself why my Portenta H7's OUI `2B:00:1B` cannot be found on the various OUI databases available on internet.
Memory usage change @ 88cbce9
Click for full report table
Click for full report CSV
|
Hi @d-a-v , The sample code is
On my boards the MAC is in the range 00:80:E1 , which is ST https://hwaddress.com/mac-address-range/00-80-E1-00-00-00/00-80-E1-FF-FF-FF/ |
The purpose of this PR was to use this very method to implement missing code for This pull-request permits to avoid the I assume you missed the fact that this is a pull-request and not an issue, or I missed something else in your closing answer, and would be pleased to be enlightened :) |
Oh well, I thought I knew everything about Ethernet class but I was wrong 🙂 Thanks for pointing it out. |
Use Mbed's
macAddress()
implementation for ArduinoMACAddress()
The Mac Address seems to be stable/valid only after
::begin()
,However, I can't explain myself why my Portenta H7's OUI
2B:00:1B
cannot be found on the various OUI databases available on internet.