mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 04:47:17 +00:00
ESP-IDF Robot ESP NOW
This commit is contained in:
@@ -366,6 +366,7 @@ static void espnow_task (void *pvParameter) {
|
||||
}
|
||||
while (xQueueReceive(espnow_queue, &evt, portMAX_DELAY) == pdTRUE) {
|
||||
switch (evt.id) {
|
||||
// Send Callback
|
||||
case ESPNOW_SEND_CB:
|
||||
{
|
||||
espnow_event_send_cb_t *send_cb = &evt.info.send_cb;
|
||||
|
Reference in New Issue
Block a user