-
Notifications
You must be signed in to change notification settings - Fork 26
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
MAC address for the access point name is in reversed byte order #315
Comments
@amandel According to the documentation [1] the SoftAP MAC is +1 to the base MAC (which is returned by ESP.getEfuseMac()). Which would be the valid case for the OpenBikeSensor. The question which arise is. Should the SSID of the ConfigServer access point contain the base MAC or the SoftAP MAC? Using the base MAC would have the benefit that it could be queried for the board easily by What would be your opinion? If we go for the SoftAP MAC a possible solution can be seen on [2]. [1] https://espressif-docs.readthedocs-hosted.com/projects/esp-idf/en/stable/api-reference/system/system.html#mac-address |
Getting the mac address of a network device should be an easy task for the people needing it. Using the I'm fine to change this as in your PR, we might ask in a Monday meeting or here if changing the SSID will cause problems. Assuming the hot spot mode is only used in initial setup (not via https://install.openbikesensor.org/), this should not affect many users. #141 is related. |
@Tutmanichtun reported following issue openbikesensor/openbikesensor.github.io#161
The text was updated successfully, but these errors were encountered: