Skip to main content

esp_now_set_user_oui

Function esp_now_set_user_oui 

Source
pub unsafe extern "C" fn esp_now_set_user_oui(oui: *mut u8) -> i32
Expand description

@brief Set the OUI (Organization Identifier) in the vendor-specific element for ESPNOW.

@param oui The oui should occupy 3 bytes. If the oui is NULL, then use the default value (0x18fe34).

@return - ESP_OK : succeed