WiFiS3 BSSID byte ordering is not reversed, but WiFi.macAddress byte ordering is reversed #174
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
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.
The text was updated successfully, but these errors were encountered: