mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 02:03:21 +00:00
grammar
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
<section id="data-structs">
|
||||
<h1>DATA STRUCTS<a class="headerlink" href="#data-structs" title="Link to this heading">¶</a></h1>
|
||||
<p>The struct serves as the data payload for sending control signals from transmitting device to the receiver using ESP-NOW.
|
||||
<p>The struct serves as the data payload for sending control signals from the transmitting device to the receiver using ESP-NOW.
|
||||
In addition, it may contain additional data such as telemetry, battery status, etc.</p>
|
||||
<p>The <em>sensors_data_t</em> struct is designed as a data payload that encapsulates all control commands and sensor states relevant to the vehicle’s operation.
|
||||
It’s intended to be sent from a transmitting device (like a remote control or master controller) to a receiver (such as a microcontroller onboard the vehicle).</p>
|
||||
|
Reference in New Issue
Block a user