-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Added example 'get mac address' #8618
Added example 'get mac address' #8618
Conversation
Hello! I just wanted to make sure I didn't need to do anything on my end. This is my first PR, so I am not entirely sure I am going about this correctly. If I missing anything, please let me know. Thank you! |
Hi @dpnebert . Example is very nice and we will further comment on it soon. Please allow some time to finish other tasks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the example! Here are some improvements that can be made.
Also don't forget to fill out the Pull request template. It helps us to better understand the idea behind the PR and the tests performed.
libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/MacAddress/GetMacAddress/GetMacAddress.ino
Outdated
Show resolved
Hide resolved
Thank you for the suggestions. I am new to pull requests and because I am at work, I can't spend too much time learning how to do them, so I am winging it. I just appreciate all the resources and examples so I really want to make an attempt to contribute. Do I copy/paste the Pull Request template in this same box I am typing in right now? Sorry for being a pain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the warnings shown by the CI
@lucasssvaz - please conclude your review. The CI passes fine. |
By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes
Checklist
This entire section above can be deleted if all items are checked.
Description of Change
Examples for how to get the default MAC address, and for different interfaces such as WiFi and BLE.
Tests scenarios
Ran the examples on multiple ESP32-WROOM-32E modules, each returned a unique address. And checked the default address against the address displayed after running the ESP-IDF command “ espefuse.py --port COM15 summary”
Related
#8609 (comment)
(eg. Closes #number of issue)