Skip to content
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

Add macAddress() getter #749

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Add macAddress() getter #749

merged 1 commit into from
Nov 23, 2023

Conversation

alranel
Copy link
Member

@alranel alranel commented Oct 31, 2023

This PR adds a new signature for macAddress:

String macAddress();

This signature is already present in ESP32, so adding it to this core will increase the interoperability with sketches and libraries developed for ESP32.

@facchinm
Copy link
Member

@alranel thanks for the PR, can you also provide one of Ethernet library?

@JAndrassy
Copy link
Contributor

can you also provide one of Ethernet library?

both WiFiClass and EthernetClass inherit from MbedSocketClass

@facchinm
Copy link
Member

both WiFiClass and EthernetClass inherit from MbedSocketClass
right, I slipped over while reading the commit message, merging

@facchinm facchinm merged commit 4781c40 into arduino:main Nov 23, 2023
10 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.

3 participants