Search found 1 match

by ttennebb
Sat Dec 14, 2024 5:51 pm
Forum: ESP32 Arduino
Topic: Helping making simplest ESP-NOW broadcast program (two way)
Replies: 2
Views: 5934

Re: Helping making simplest ESP-NOW broadcast program (two way)

//
// note:
// when this callback fires, the mac_addr, data and data_len are passed in
// i.e. some receive buffer filled and triggered some interrupt
// now deal with it
// note:
// typedef void (*esp_now_recv_cb_t)(const esp_now_recv_info_t *esp_now_info, const uint8_t *data, int data_len ...

Go to advanced search