From ebef74d46bd157f27a3960be5b74d2a1c68895c0 Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Sat, 5 Jul 2025 23:54:33 -0400 Subject: [PATCH] manual --- ESP-IDF_Robot/tutorial/docs/source/data.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP-IDF_Robot/tutorial/docs/source/data.rst b/ESP-IDF_Robot/tutorial/docs/source/data.rst index 0a1e1bb54..1dea1ad94 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/data.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/data.rst @@ -1,5 +1,5 @@ -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.