ESP32-C3 RC

This commit is contained in:
2025-01-03 02:15:50 -05:00
parent 7f7b67212e
commit 9c763cc273

View File

@@ -80,6 +80,7 @@ typedef struct {
typedef struct {
uint8_t *data; // Buffer; pointer to the data struct.
uint8_t dest_mac[ESP_NOW_ETH_ALEN]; // MAC address of destination device.
} espnow_data_packet_t;
/* Parameters of sending ESPNOW data. */