+=================+==============================================================+\r
| ``ESPPORT`` | Overrides the serial port used in ``flash`` and ``monitor``. |\r
| | |\r
-| | Examples: ``make flash ESPPORT=/dev/tty/USB0``, |\r
+| | Examples: ``make flash ESPPORT=/dev/ttyUSB1``, |\r
| | ``make monitor ESPPORT=COM1`` |\r
+-----------------+--------------------------------------------------------------+\r
| ``ESPBAUD`` | Overrides the serial baud rate when flashing the ESP32. |\r
+-----------------+--------------------------------------------------------------+\r
\r
.. note::\r
- Users can export environment variables (e.g. ``export ESPPORT=/dev/tty/USB0``).\r
+ Users can export environment variables (e.g. ``export ESPPORT=/dev/ttyUSB1``).\r
All subsequent calls of ``make`` within the same terminal session will use \r
the exported value given that the variable is not simultaneously overridden.\r
\r