From 7b0e5a89b8e598f82dc8d25a1373174bad3a771a Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Mon, 21 Jul 2025 03:14:35 -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 23b16f546..184fe49c2 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/overview.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/overview.rst @@ -180,7 +180,7 @@ modes, making the system more adaptable and scalable for future development. int motor4_rpm_pwm; }; -On the transmitter`` device, the PWM values for the DC motors are send to the receover using the following function. The variable +On the transmitter device, the PWM values for the DC motors are sent to the receiver using the following function. The variable **receiver_mac** stores the MAC address of the receiver device (ESP32-C3 bitBoard on the RC car). .. code-block:: c