From 649bb11eda2bfe2edddedcd7009445158c31ee7f Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Sat, 5 Jul 2025 20:54:03 -0400 Subject: [PATCH] manual --- ESP-IDF_Robot/tutorial/docs/source/intro.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ESP-IDF_Robot/tutorial/docs/source/intro.rst b/ESP-IDF_Robot/tutorial/docs/source/intro.rst index ec39e43c6..304c04a6a 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/intro.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/intro.rst @@ -1,2 +1,7 @@ INTRODUCTION ============ + +- transmits control data using ESP-NOW transmission protocol +- in a provided tutorial data being sent from transmitter to the sender is sufficient for defining RC car speed and direction; added functionality is possible by expanding the code +- core functionality includes: transmitter and receiver +- at the same time, the ending look and functionality of RC car can vary as there are many areas for freedom