diff --git a/ESP-IDF_Robot/tutorial/docs/source/overview.rst b/ESP-IDF_Robot/tutorial/docs/source/overview.rst index 6cc9c5976..437284ab2 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/overview.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/overview.rst @@ -257,9 +257,6 @@ On the receiver device, the data is saved in the variables by the call-back func ESP_LOGI(TAG, "PWM 1: 0x%04x", buf->motor1_rpm_pwm); } -The rc_send_data_task() function runs every 0.1 second to transmit the data to the receiver. - - Schematic ---------