i was wondering if it was possible somehow to include the headers or component that allow me to access and read internal mac address of esp32 rev3 ;like :
Code: Select all
esp_base_mac_addr_get()
Code: Select all
REQUIRED
) .if(NOT BOOTLOADER_BUILD)
list(APPEND srcs "esp_async_memcpy.c
...
...
etc "
so i was wondering how to make a workaround for this ?
thank you all.