]> granicus.if.org Git - esp-idf/commitdiff
esptool: Add note that ESPTOOLPY_PORT & ESPTOOLPY_BAUD are ignored when using idf.py
authorAngus Gratton <angus@espressif.com>
Thu, 5 Apr 2018 07:32:22 +0000 (17:32 +1000)
committerAngus Gratton <gus@projectgus.com>
Sun, 29 Apr 2018 23:59:20 +0000 (09:59 +1000)
components/esptool_py/Kconfig.projbuild

index 84ca5d683188868308de3d64711b64e147d68ad8..c87d8adcf149b370fbb6e03f16379d12b9383760 100644 (file)
@@ -4,15 +4,19 @@ config ESPTOOLPY_PORT
        string "Default serial port"
        default "/dev/ttyUSB0"
        help
-               The serial port that's connected to the ESP chip. This can be overridden by setting the ESPPORT
-               environment variable.
+        The serial port that's connected to the ESP chip. This can be overridden by setting the ESPPORT
+        environment variable.
+
+        This value is ignored when using the CMake-based build system or idf.py.
 
 choice ESPTOOLPY_BAUD
-       prompt "Default baud rate"
-       default ESPTOOLPY_BAUD_115200B
-       help
-               Default baud rate to use while communicating with the ESP chip. Can be overridden by
-               setting the ESPBAUD variable.
+    prompt "Default baud rate"
+    default ESPTOOLPY_BAUD_115200B
+    help
+        Default baud rate to use while communicating with the ESP chip. Can be overridden by
+        setting the ESPBAUD variable.
+
+        This value is ignored when using the CMake-based build system or idf.py.
 
 config ESPTOOLPY_BAUD_115200B
        bool "115200 baud"