-
-

DATA STRUCT

+
+

DATA STRUCTS

The struct serves as the data payload for sending control signals from transmitting device to the receiver using ESP-NOW. In addition, it may contain additional data such as telemetry, battery status, etc.

The sensors_data_t struct is designed as a data payload that encapsulates all control commands and sensor states relevant to the vehicle’s operation. @@ -51,6 +51,14 @@ It’s intended to be sent from a transmitting device (like a remote control or } __attribute__((packed)) sensors_data_t;