From 201f974cec8d21f9d90d76f78cc733f6502755d0 Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Mon, 21 Jul 2025 03:05:45 -0400 Subject: [PATCH] RC Robot Tutorial --- ESP-IDF_Robot/tutorial/docs/source/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/tutorial/docs/source/overview.rst b/ESP-IDF_Robot/tutorial/docs/source/overview.rst index ae81d1466..37bbac550 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/overview.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/overview.rst @@ -215,7 +215,7 @@ On the transmitter`` device, the PWM values for the DC motors are send to the re ESP_LOGW("ESP-NOW", "Data was sent."); } -As data is being sent, the function onDataSent() is called to display the status of the data transmission. +As data is being sent, the function onDataSent() is called to check & display the status of the data transmission. .. code-block:: c