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