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

WiFiS3 BSSID byte ordering is not reversed, but WiFi.macAddress byte ordering is reversed #174

Closed
JAndrassy opened this issue Nov 4, 2023 · 1 comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@JAndrassy
Copy link
Contributor

In WiFiS3 library WiFi.macAddress returns the bytes of the MAC address in reversed order as WiFi, WiFi101 and WiFiNINA do for no good reason too.

But WiFi.BSSID() returns the normal ordering of MAC address bytes for WiFiS3, but WiFi101 and WiFiNINA have this reversed too.

Ethernet library and esp8266 and esp32 WiFi library return normal ordering.

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Nov 4, 2023
@JAndrassy
Copy link
Contributor Author

solved by #183

@per1234 per1234 added the conclusion: resolved Issue was resolved label Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants