ESP32 mac address
Posted: Wed Jun 13, 2018 11:58 am
Hello team, I am trying to print base mac address of my esp32.when I got connected to the wifi I get following log on terminal
wifi: mode : sta (30:ae:a4:6b:e9:98)
but when I try to print it using following functions
esp_err_t esp_wifi_get_mac
esp_err_t esp_efuse_mac_get_custom(uint8_t *mac)
then I got (04:27:40:3F:23:00) as my mac address.If I want to get (30:ae:a4:6b:e9:98) as my mac address ,what should I have have to do?
Thanks in advance.
wifi: mode : sta (30:ae:a4:6b:e9:98)
but when I try to print it using following functions
esp_err_t esp_wifi_get_mac
esp_err_t esp_efuse_mac_get_custom(uint8_t *mac)
then I got (04:27:40:3F:23:00) as my mac address.If I want to get (30:ae:a4:6b:e9:98) as my mac address ,what should I have have to do?
Thanks in advance.