Search found 1 match

by h19l71
Tue Jan 25, 2022 10:53 am
Forum: ESP-IDF
Topic: Mismatch in sent and received data of ESP-NOW
Replies: 0
Views: 1460

Mismatch in sent and received data of ESP-NOW

Hello, I'm trying to run esp-now example given in esp-idf: < https://github.com/espressif/esp-idf/blob/master/examples/wifi/espnow/main/espnow_example_main.c > on 2 ESP32 devkits with the following changes in data_parse() and data_prepare(): /* Parse received ESPNOW data. */ int example_espnow_data_...