ESP32-C3 RC

This commit is contained in:
2025-01-03 02:24:22 -05:00
parent a15f71acd9
commit 8c49ba341b

View File

@@ -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;