mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-12-08 21:17:33 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user