This commit is contained in:
2025-07-05 17:21:39 -04:00
parent f233bae066
commit 2b22955e88
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1 # Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. # This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 68e99aaebec40afde1c4d6ea4d6cf9f8 config: 2a5d1949c3721836c34f0b73b9434126
tags: 62a1e7829a13fc7881b6498c52484ec0 tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -614,8 +614,8 @@ Changing PWM on each channel determines the speed and direction of the RC car.
</a> </a>
</h2> </h2>
<p> <p>
The struct is used as a payload for sending control signals from transmitting device to the receiver. 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 telemetry data, battery status, etc. In addition, it may contain additional data such as telemetry, battery status, etc.
</p> </p>
<p> <p>
The The