ESP-IDF + 0/1 examples
SourceVu will show references to esp_now_send() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsExamplesReferences

Return value

- ESP_OK : succeed - ESP_ERR_ESPNOW_NOT_INIT : ESPNOW is not initialized - ESP_ERR_ESPNOW_ARG : invalid argument - ESP_ERR_ESPNOW_INTERNAL : internal error - ESP_ERR_ESPNOW_NO_MEM : out of memory, when this happens, you can delay a while before sending the next data - ESP_ERR_ESPNOW_NOT_FOUND : peer is not found - ESP_ERR_ESPNOW_IF : current Wi-Fi interface doesn't match that of peer - ESP_ERR_ESPNOW_CHAN: current Wi-Fi channel doesn't match that of peer

References

from 0/1 examples