diff --git a/ESP-IDF_Robot/tutorial/docs/source/intro.rst b/ESP-IDF_Robot/tutorial/docs/source/intro.rst index 5535c9212..a4d92b132 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/intro.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/intro.rst @@ -12,8 +12,9 @@ low-latency data transmission between ESP32 microcontrollers. An ESP-NOW protocol is used for sending control data wirelessly to the remote-controlled car. ESP-NOW enables fast and efficient communication between ESP32 devices without the need for a Wi-Fi router, network, or pairing. The provided tutorial demonstrates a functional setup where a transmitter encapsulates and sends data to a receiver to define the car's speed and direction, forming the -core communication loop. While the baseline implementation focuses on movement, additional features like lights, sensors, or telemetry can easily be integrated by expanding the source code. This -modular design gives users the freedom to customize both the appearance and behaviour of their RC car, resulting in endless creative possibilities. +core communication loop. While the baseline implementation focuses on movement, additional features like lights, sensors, or +telemetry can easily be integrated by expanding the source code. This modular design gives you the freedom to customize both the +appearance and behaviour of your RC car, resulting in endless creative possibilities. ABSTRACT --------