Advertisement
hanni76

Untitled

Dec 7th, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #if CONFIG_ESP_WIFI_SET_EFUSE_CUSTOM_MAC
  2. esp_efuse_mac_get_custom(dev_mac);
  3. #endif
  4.  
  5.  
  6. config ESP_WIFI_SET_EFUSE_CUSTOM_MAC
  7. bool "Set efuse custom MAC-address for WiFI interface"
  8. default y
  9. help
  10. Set Y to use the ESP's efuse custom MAC-address for WiFi interface.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement