You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible, similar to the Ethernet library, to set a fixed MAC address for the WiFi connection? Or is the MAC address fixed as part of the ESP and not changeable?
The text was updated successfully, but these errors were encountered:
I believe it is, there is a function bool wifi_set_macaddr(uint8 if_index, uint8 *macaddr); in ESP8266 firmware. But it is not implemented in this library. I searched more information and there are gotchas as you may change MAC only before initializing the wifi. See https://yoursunny.com/t/2017/change-ESP8266-MAC/
I have never tried it myself, I can look at it but unfortunately I am quite busy now.
Is it possible, similar to the Ethernet library, to set a fixed MAC address for the WiFi connection? Or is the MAC address fixed as part of the ESP and not changeable?
The text was updated successfully, but these errors were encountered: