ESP32-C3 RC

This commit is contained in:
2025-01-03 02:15:19 -05:00
parent a62491be8b
commit 7f7b67212e

View File

@@ -78,6 +78,10 @@ typedef struct {
uint8_t motor4_rpm_pcm;
} __attribute__((packed)) sensors_data_t;
typedef struct {
uint8_t *data; // Buffer; pointer to the data struct.
} espnow_data_packet_t;
/* Parameters of sending ESPNOW data. */
typedef struct {
bool unicast; // Send unicast ESPNOW data.