From 8c49ba341b1e22748711e41e0ac5e243e508e6ad Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 3 Jan 2025 02:24:22 -0500 Subject: [PATCH] ESP32-C3 RC --- ESP-IDF_Robot_RC/main/espnow_example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_Robot_RC/main/espnow_example.h b/ESP-IDF_Robot_RC/main/espnow_example.h index 3e7104ab0..40b7366d7 100755 --- a/ESP-IDF_Robot_RC/main/espnow_example.h +++ b/ESP-IDF_Robot_RC/main/espnow_example.h @@ -79,7 +79,7 @@ typedef struct { } __attribute__((packed)) sensors_data_t; typedef struct { - uint8_t *data; // Buffer; pointer to the data struct. + uint8_t *buffer; // Buffer; pointer to the data struct. uint8_t dest_mac[ESP_NOW_ETH_ALEN]; // MAC address of destination device. } espnow_data_packet_t;