diff --git a/ESP-IDF_Robot/tutorial/docs/source/overview.rst b/ESP-IDF_Robot/tutorial/docs/source/overview.rst
index 46d7271f6..f82e67ca7 100644
--- a/ESP-IDF_Robot/tutorial/docs/source/overview.rst
+++ b/ESP-IDF_Robot/tutorial/docs/source/overview.rst
@@ -32,9 +32,11 @@ direction of the RC car.
Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
possible (i.e. diagonal or sideways).
+PWM(left) = PWM(right)
+
+--------------------------+-------------------------------+
| PWM of DC Motors | Direction |
-+--------------------------+-------------------------------+
++------------------------------------+-------------------------------+
| PWM(left) = PWM (right) | Straight (Forward or Reverse) |
+--------------------------+-------------------------------+
| PWM (left) > PWM (right) | Turn Left |