mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-12-12 08:14:54 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -78,6 +78,10 @@ typedef struct {
|
|||||||
uint8_t motor4_rpm_pcm;
|
uint8_t motor4_rpm_pcm;
|
||||||
} __attribute__((packed)) sensors_data_t;
|
} __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. */
|
/* Parameters of sending ESPNOW data. */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool unicast; // Send unicast ESPNOW data.
|
bool unicast; // Send unicast ESPNOW data.
|
||||||
|
|||||||
Reference in New Issue
Block a user